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.
If you want to know how to map your assets with XO Swap asset ids, check this read this section.
Header Parameters
Name | Description | Required |
---|---|---|
App-Name | App-Name for the authorization | yes |
App-Version | App-Version for the authorization | no |
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 |
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