Asset
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.
GET
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).
Example:
"bitcoin"
Query Parameters
The maximum number of results to return
Required range:
x <= 2000
The index of the first result to return (useful for pagination)
Response
200 - application/json
Successfully retrieved market data
The response is of type object
.