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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The asset ID to fetch market data for (e.g., bitcoin).
"bitcoin"
The maximum number of results to return
x <= 2000
The index of the first result to return (useful for pagination)
Successfully retrieved market data
The response is of type object
.