Skip to Content
V4 APIEndpointsAssetsGet Assets

Get assets

GET/v4/assets

Description

Get a list of all the assets available.

CAIP-19 Format: V4 uses the CAIP-19 (Chain Agnostic Improvement Proposal) standard for asset identifiers. Format: {namespace}:{reference}/{asset_namespace}:{asset_reference}

Examples:

  • eip155:1/slip44:60 - Ethereum (ETH) on Ethereum mainnet
  • eip155:1/erc20:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 - USDC on Ethereum

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
networksComma-separated list of network IDs to filter by (e.g., ethereum,polygon)no
querySearch query to filter assets by name or symbolno
pagePage number for paginationno1
limitNumber of items per page (max: 1000)no100
formatChange the response type to optimize the network transfer size.nojsonjson, csv

Try it

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