Get assets
GET/v3/assetsDescription
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
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 | List of networks. Check the available networks. | no | ||
query | Search for assets by the contract address or ticker. | no | ||
page | Used for pagination | no | 1 | |
limit | Used for pagination | 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