Search asset infos

URL Expired

The URL for this request expired after 30 days.

Filter for Asset Info Search

All fields are optional. An empty object returns all assets.

Field Type Description
CAIP2 string Chain ID according to CAIP-2 (e.g. "eip155:1").
ChainName string Canonical name of the chain (e.g. "Bitcoin Testnet4").
CAIP19 string Asset type according to CAIP-19 (e.g. "eip155:1/slip44:60").
Symbol string Asset symbol (e.g. "BTC", "ETH").
TestNetwork boolean | null If true or false, restrict to that testnet/mainnet flag. Omit the field or send JSON null to apply no testnet filter.

HTTP Status Codes

Code Description
200 OK
400 Invalid input, validation error, or malformed request
500 Internal server error. May include an errorCode (M-prefixed) and data from the MPA error code system.

Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/cwp/assetinfos/search

Example CURL Request:

curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/cwp/assetinfos/search \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Click Try It!

to start a request and see the response here! Or choose an example: