Bid Ask Spread

This endpoint allows users to explore the bid-ask spread for a specific trading pair or underlying asset across one or more exchanges. It provides both the absolute dollar spread (based on the best bid and offer) and the spread as a percentage of the mid-price.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].pairstringThe currency pair in question.
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].bestBid(Ask)PricenumberThis represents the best bid/ask price at the top of the order book.
payload.data[index].midPricenumberThis represents the average of the best bid price and best ask price found at the top of the order book.
payload.data[index].spreadnumberThis represents the absolute dollar spread between the best bid price and best ask price found at the top of the order book.
payload.data[index].spreadPercentnumberThis represents the spread of the best bid price and best ask price found at the top of the order book, in terms of the mid price.
payload.data[index].timestamptimestampThe timestamp of the depth snapshot.

Language
Credentials
Header
Click Try It! to start a request and see the response here!