v1

latestOpenAPI 3.0.02026-07-1498163181.9 KB
Asset

Get an asset

Returns an asset

get/api/v1/assets/{id}

Path parameters

idstring required

Response

idstring required

Asset id

namestring required

Asset name

chainIdnumber required

Asset chain id

addressstring required

Asset address on chain

currency'usdc' | 'usdt' | 'pyusd' | 'eurc' | 'brett' | 'dai' | 'btc' | 'eth' | 'matic' | 'bnb' | 'sol' | 'busd' | 'trx' | 'food' | 'bonk' | 'wif' | 'goat' | 'spx' | 'truf' | 'pengu' | 'usd' | 'inr' required
symbolstring required

Asset symbol

decimalsnumber required

Asset decimals in which it is represented on chain

coingeckoIdstring

Asset coingecko id

isEIP5827Supportedboolean required

Is EIP5827 supported

Example response

{
  "chainId": 1,
  "decimals": 1,
  "superToken": {
    "decimals": 1
  }
}