Retrieve Market Information
This endpoint allows users to get detailed market data for a given asset identified by its id
.
It provides information on exchange details, trading volume, price, and the relationship between base and quote assets.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The asset ID to fetch market data for (e.g., bitcoin).
"bitcoin"
Query Parameters
The maximum number of results to return
x <= 2000
The index of the first result to return (useful for pagination)
Response
A unique identifier for the exchange
The unique identifier for the base asset (the asset being purchased)
The unique identifier for the quote asset (the asset used to purchase the base asset)
The most common symbol used to identify the base asset
The most common symbol used to identify the quote asset
The volume of the base asset transacted on this market in the last 24 hours (in USD)
The price of one unit of the base asset, denominated in the quote asset
The percentage of the total quote asset volume in this market