get https://api.amberdata.com/markets/spot/analytics/trade/pressure
This endpoint provides net trade data (buy aggressors minus sell aggressors) to help users identify which side of the market is more aggressive. Users can also filter by “orderSizeCategoryUsd” to analyze behavior across different market segments. Other details revolve around trade count.
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].netBuyTradeCount | number | This represents the total net number of buy aggressor trade instances minus sell aggressor trade instances. |
payload.data[index].netBuyVolumeCoin | number | This represents the total net coin volume of buy aggressors minus sell aggressor. |
payload.data[index].netBuyVolumeUsd | number | This represents the total net USD volume of buy aggressors minus sell aggressor. |
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].orderSizeCategoryUsd | 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].timestamp | timestamp | This represents the timestamp. |