Skip to main content
GET
/
exchanges
/
{exchange}
/
assets
/
volumes
/
latest
Asset Volume Latest
curl --request GET \
  --url https://api.amberdata.com/market/metrics/exchanges/{exchange}/assets/volumes/latest \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "exchange": "gdax",
        "asset": "btc",
        "timestamp": "2022-03-13 14:00:00 000",
        "volumeUSD": "520426096.98878671"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
default:API-KEY
required

Path Parameters

exchange
string
default:gdax
required

Query Parameters

asset
string
quoteVolume
boolean
default:false
direction
string
default:desc
timeFormat
string

Response

200 - application/json
status
integer
default:0
Example:
title
string
Example:
description
string
Example:
payload
object