latestOpenAPI 3.0.02026-08-15161451.7 KB
6ffb6a8fd74a
Supported Assets
List supported assets
Get a list of all supported assets, optionally filtered by chain.
get/v1/assets
Query parameters
chainIdstring
Example:eip155:1
limitnumber
Example:100
offsetnumber nullable
Response
List of assets
Example response
{
"assets": [
{
"assetId": "eip155:1/slip44:60",
"chainId": "eip155:1",
"name": "Ethereum",
"symbol": "ETH",
"precision": 18,
"color": "#5C6BC0",
"icon": "https://assets.coincap.io/assets/icons/eth@2x.png",
"networkName": "Ethereum",
"networkColor": "#5C6BC0",
"networkIcon": "https://assets.coincap.io/assets/icons/eth@2x.png",
"explorer": "https://etherscan.io",
"explorerAddressLink": "https://etherscan.io/address/",
"explorerTxLink": "https://etherscan.io/tx/"
}
]
}