latestOpenAPI 3.0.02026-08-15161451.7 KB
6ffb6a8fd74a
Supported Assets
Get asset by ID
Get details of a specific asset by its ID (URL encoded).
get/v1/assets/{assetId}
Path parameters
assetIdstring required
Example:eip155:1/slip44:60
Response
Asset details
Example response
{
"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/"
}