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

Authorizations

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

Path Parameters

exchange
string
default:gdax
required

Query Parameters

pair
string
direction
string
default:desc
timeFormat
string

Response

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