Skip to Content
AssetsGet Multiple Assets

Get assets

GET/v3/assets

Description

Get a list of all the assets available independently of if they are exchangeable or not.
Use GET/v3/pairs to get only exchangeable assets.

💡

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

Query Parameters

NameDescriptionRequiredDefaultOptions
networksList of networks. Check the available networks.no
querySearch for assets by the contract address or ticker.no
pageUsed for paginationno1
limitUsed for paginationno100
formatChange the response type to optimize the network transfer size.nojsonjson, csv

Try it

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