Global TWAP - Pairs Latest

Retrieves the latest TWAP for the specified pair - this is the global TWAP across all exchanges which supports this pair, based on minutely data.

Price is calculated as a time weighted moving average across all exchanges.

If the parameter exchange is specified, the data returned is the TWAP for that pair on that exchange.

🚧

Volume Field

For accurate volume information, please refer to our 'OHLCV - Historical' endpoints instead. As an alternative, the 'Metrics - Asset Volume Historical' endpoint can be used to obtain asset volume per exchange.

Response Data

FieldTypeDescription
timestampnumber | stringThe time at which the event occured.
pairstringThe name of the pair.
pricenumberThe price of the pair.
volumenumberThe volume of the pair at this point in time.

*Note: this field will soon be deprecated

For accurate volume information, please refer to our 'OHLCV - Historical' endpoints instead. As an alternative, the 'Metrics - Asset Volume Historical' endpoint can be used to obtain asset volume per exchange.
twapnumberThe Time Weighted Average Price.
Language
Authorization
Header
Click Try It! to start a request and see the response here!