get https://api.amberdata.com/markets/spot/analytics/trade/pressure
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].pair | string | The currency pair in question. |
payload.data[index].avgTradeSizeUsd | number | This represents the average trade size, in USD, for all the aggregated trades within the timeframe. |
payload.data[index].buy(sell)TradeCount | number | This represents the total trade instances that have occurred within the time frame. |
payload.data[index].buy(sell)VolumeCoin | number | This represents the total trade volume for buys (sells) in underlying coin terms. |
payload.data[index].buy(sell)VolumeUsd | number | This represents the total trade volume for buys (sells) in underlying usd terms. |
payload.data[index].open/high/low/close | number | This represents the open,high,low,close trade prices for the trades within that time frame. |
payload.data[index].totalVolumeUsd(Coin) | number | This represents the total volume in Usd or coin terms for the select time frame. |
payload.data[index].tradeSizeCategoryUsd | string | This represents the type of trades aggregated in the select time frame, by the trade size in USD terms. The ALL category includes all the trades from the other categories. |
payload.data[index].vwap | number | This represents the volume average traded price across all the trades within the select time frame. |
payload.data[index].timestamp | timestamp | This represents the timestamp. |