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

assetIdstring required
chainIdstring required
namestring required
symbolstring required
precisionnumber required
colorstring required
iconstring required
networkNamestring
networkColorstring
networkIconstring
explorerstring required
explorerAddressLinkstring required
explorerTxLinkstring required
relatedAssetKeystring nullable required

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/"
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.