Skip to main content
GET
/
trade
/
pressure
Trade Pressure
curl --request GET \
  --url https://api.amberdata.com/markets/spot/analytics/trade/pressure \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "close": 83622.17,
        "exchange": "gdax",
        "high": 86491.4,
        "low": 83592.77,
        "netBuyTradeCount": 64529,
        "netBuyVolumeCoin": 2.5356237300000544,
        "netBuyVolumeUsd": 516634.4543056437,
        "open": 84590.37,
        "orderSizeCategoryUsd": "All",
        "pair": "btc_usd",
        "timestamp": "2025-04-15 00:00:00 000",
        "totalVolumeCoin": 6461.770244209999,
        "totalVolumeUsd": 549390273.3037565
      },
      {
        "close": 83603.53,
        "exchange": "gdax",
        "high": 83622.52,
        "low": 83593.72,
        "netBuyTradeCount": -20,
        "netBuyVolumeCoin": -2.2689633999999996,
        "netBuyVolumeUsd": -189697.15606547246,
        "open": 83610.81,
        "orderSizeCategoryUsd": "All",
        "pair": "btc_usd",
        "timestamp": "2025-04-16 00:00:00 000",
        "totalVolumeCoin": 5.332700320000002,
        "totalVolumeUsd": 445841.5172556046
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:gdax
pair
string
default:btc_usd
required
fuzzyMatch
boolean
default:false
required
orderSizeCategoryUsd
string
startDate
string
default:2025-04-15
endDate
string
default:2025-04-16
timeInterval
string
timeFormat
string
default:hr

Response

status
integer
Example:
title
string
Example:
description
string
Example:
payload
object