Get one asset
GET/v3/assets/:assetIdDescription
Get a single asset, this is particularly useful if you want to just get the details of a set of assets used in an order.
💡
Need help mapping your assets to our asset IDs? Check out our guide on Identifying and Finding Assets.
Header Parameters
Name | Description | Required | Example |
---|---|---|---|
App-Name | App-Name for the authorization | yes | acme-inc |
App-Version | App-Version for the authorization | no | 23.5.5 |
Forwarded | If you are proxying requests to the API, you must include the "Forwarded" header with the original request IP address. This is used for geolocation availability purposes. | no | |
User-Agent | User-Agent for the authorization | no | AgentName/1.0.0 |
Path Parameters
Name | Description | Required |
---|---|---|
assetId | The asset id like 'BTC' | yes |
Try it
Press on the 'Send' button to try this request.
Last updated on