Basic
Asset
Retrieve detailed information for a specific asset. The asset parameter in the URL path should be the asset’s symbol (e.g. BTC, ETH). Because some assets have duplications, this endpoint returns a list of matching asset objects. Optionally, the ‘img’ query parameter can be used to control whether an image URL is included and which variant is provided.
GET
Path Parameters
The asset symbol to query (e.g. BTC, ETH).
Query Parameters
Specifies whether to include an image URL in each asset object. Allowed values are: 'true' (include the default image), 'false' (exclude image), '32' (32px variant), or '64' (64px variant).
Available options:
false
, 32
, 64
, 128
Response
200 - application/json
Successful response
Was this page helpful?