Skip to Content
AssetsGet Single Asset

Get one asset

GET/v3/assets/:assetId

Description

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

NameDescriptionRequiredExample
App-NameApp-Name for the authorizationyesacme-inc
App-VersionApp-Version for the authorizationno23.5.5
ForwardedIf 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-AgentUser-Agent for the authorizationnoAgentName/1.0.0

Path Parameters

NameDescriptionRequired
assetIdThe asset id like 'BTC'yes

Try it

https://exchange.exodus.io/v3/assets/
Press on the 'Send' button to try this request.
Last updated on