Get assets
GET/v4/assetsDescription
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 mainneteip155:1/erc20:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48- USDC on Ethereum
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 |
Query Parameters
| Name | Description | Required | Default | Options |
|---|---|---|---|---|
| networks | Comma-separated list of network IDs to filter by (e.g., ethereum,polygon) | no | ||
| query | Search query to filter assets by name or symbol | no | ||
| page | Page number for pagination | no | 1 | |
| limit | Number of items per page (max: 1000) | no | 100 | |
| format | Change the response type to optimize the network transfer size. | no | json | json, csv |
Try it
Press on the 'Send' button to try this request.
Last updated on