Coins & Decimals
Which coins are supported by Notabene?
When your customer is performing a withdrawal, it is necessary to provide the virtual asset type and the amount with the correct number of decimal points so that we can calculate the current FIAT value of the transfer. Different jurisdictions have different thresholds for when an accompanying travel rule message needs to be sent.
Our solution can support all virtual assets that are listed on Coingeko. If there are any that you think are missing, please reach out to us in the discussions section and we will add them to our list.
Checking travel rule thresholds
When we receive the initial request through our widget or the validation API, we get the FIAT value in your local currency IF it is supported by Coingecko. This is then checked against the threshold in your jurisdiction:
"thresholds": [
{
"conditions": [
{
"fields": [
{
"field": "originatorName"
},
.....
],
"conditions": [
{
"fields": [
.....
],
"conditions": [],
"type": "OR"
}
],
"type": "AND"
}
],
"threshold": 1500
},
{
"conditions": [
{
"fields": [
{
......
}
],
"type": "AND"
}
],
"threshold": 0.000001
},....
"countryCode": "SG",
"currency": "SGD"
If it is above, travel rule information needs to be collected.
The final check happens when the transaction is created where the FIAT value of the virtual asset is reported in USD (chargedQuantity), and the currency of the the originator and beneficiary:
Decimals
When creating or validating a travel rule transfer, our APIs do not support commas or dots and therefore all amounts have to be expressed as integers of the smallest denominator of a coin. For example, if you want to create a transaction of 1 ETH in the payload of txCreate, you will have to express it in WEI by putting 1 followed by 18 zeros to get the correct amount.
Examples
1 ETH = 1000000000000000000 WEI
1 BTC = 100000000 SATOSHI
Assets API
In our postman collection, you can see the different APIs that can be used to fetch information about the different coins.
The assetServiceBaseUrl are:
PROD: https://assets.notabene.id/
TEST: https://assets-qa.notabene.dev/
Currently supported coins
{
"data": [
{
"asset_type": "eip155:1/erc20:0x111111111117dc0aa78b770fa6a738034120c302",
"notabene_asset": "1INCH",
"notabene_description": "1inch",
"decimals": "18",
"coingecko_id": "1inch",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "1INCH",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "1INCH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
"notabene_asset": "AAVE",
"notabene_description": "AAVE",
"decimals": "18",
"coingecko_id": "aave",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "AAVE",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AAVE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb98d4c97425d9908e66e53a6fdf673acca0be986",
"notabene_asset": "ABT",
"notabene_description": "Arcblock ",
"decimals": "18",
"coingecko_id": "arcblock",
"notabene_network": "ethereum",
"elliptic_asset": "ABT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ABT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "cardano:mainnet/slip44:1815 ",
"notabene_asset": "ADA",
"notabene_description": "Cardano",
"decimals": "6",
"coingecko_id": "cardano",
"notabene_network": "cardano",
"elliptic_asset": "ADA",
"elliptic_blockchain": "cardano",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"notabene_asset": "ADX",
"notabene_description": "AdEx",
"decimals": "18",
"coingecko_id": "adex",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ADX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8eb24319393716668d768dcec29356ae9cffe285",
"notabene_asset": "AGI",
"notabene_description": "SingularityNET",
"decimals": "8",
"coingecko_id": "singularitynet",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "AGI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AGI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7",
"notabene_asset": "AKRO",
"notabene_description": "Akropolis",
"decimals": "18",
"coingecko_id": "akropolis",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AKRO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "algorand:mainnet/slip44:283",
"notabene_asset": "ALGO",
"notabene_description": "Algorand",
"decimals": "6",
"coingecko_id": "algorand",
"notabene_network": "algorand",
"elliptic_asset": "ALGO",
"elliptic_blockchain": "algorand",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ALGO",
"chainalysis_network": "Algorand",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xAC51066d7bEC65Dc4589368da368b212745d63E8",
"notabene_asset": "ALICE",
"notabene_description": "My Neighbor Alice",
"decimals": "6",
"coingecko_id": "my-neighbor-alice",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ALICE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa1faa113cbe53436df28ff0aee54275c13b40975",
"notabene_asset": "ALPHA",
"notabene_description": "Alpha Venture DAO",
"decimals": "18",
"coingecko_id": "alpha-finance",
"notabene_network": "ethereum",
"elliptic_asset": "ALPHA",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ALPHA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xff20817765cb7f73d4bde2e66e067e58d11095c2",
"notabene_asset": "AMP",
"notabene_description": "Amp",
"decimals": "18",
"coingecko_id": "amp-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "AMP",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AMP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8290333cef9e6d528dd5618fb97a76f268f3edd4",
"notabene_asset": "ANKR",
"notabene_description": "Ankr",
"decimals": "18",
"coingecko_id": "ankr",
"notabene_network": "ethereum",
"elliptic_asset": "ANKR",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ANKR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa117000000f279d81a1d3cc75430faa017fa5a2e",
"notabene_asset": "ANT",
"notabene_description": "Aragon",
"decimals": "18",
"coingecko_id": "aragon",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ANT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ANT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x960b236a07cf122663c4303350609a66a7b288c0",
"notabene_asset": "ANT_V1",
"notabene_description": "Aragon V1",
"decimals": "18",
"coingecko_id": "aragon",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ANT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ANT_V1",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x9ab165d795019b6d8b3e971dda91071421305e5a",
"notabene_asset": "AOA",
"notabene_description": "Aurora Chain",
"decimals": "18",
"coingecko_id": "aurora",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "AOA",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AOA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4d224452801aced8b2f0aebe155379bb5d594381",
"notabene_asset": "APE",
"notabene_description": "ApeCoin",
"decimals": "18",
"coingecko_id": "apecoin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "APE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"notabene_asset": "ARPA",
"notabene_description": "ARPA Chain",
"decimals": "18",
"coingecko_id": "arpa-chain",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ARPA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xff742d05420b6aca4481f635ad8341f81a6300c2",
"notabene_asset": "ASD",
"notabene_description": "AscendEx ",
"decimals": "18",
"coingecko_id": "asd",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ASD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ASD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x27054b13b1B798B345b591a4d22e6562d47eA75a",
"notabene_asset": "AST",
"notabene_description": "AirSwap",
"decimals": "4",
"coingecko_id": "airswap",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AST",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "cosmos:cosmoshub-3/slip44:118",
"notabene_asset": "ATOM",
"notabene_description": "Cosmos Hub",
"decimals": "6",
"coingecko_id": "cosmos",
"notabene_network": "cosmos",
"elliptic_asset": "ATOM",
"elliptic_blockchain": "cosmos",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096",
"notabene_asset": "AUCTION",
"notabene_description": "Bounce",
"decimals": "18",
"coingecko_id": "auction",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AUCTION",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",
"notabene_asset": "AUDIO",
"notabene_description": "Audius",
"decimals": "18",
"coingecko_id": "audius",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AUDIO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:43114/slip44:9005",
"notabene_asset": "AVAX",
"notabene_description": "Avalanche",
"decimals": "9",
"coingecko_id": "avalanche-2",
"notabene_network": "avalanche",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AVAX",
"chainalysis_network": "Avalanche",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
"notabene_asset": "AXS",
"notabene_description": "Axie Infinity",
"decimals": "18",
"coingecko_id": "axie-infinity",
"notabene_network": "ethereum",
"elliptic_asset": "AXS",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "AXS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3472A5A71965499acd81997a54BBA8D852C6E53d",
"notabene_asset": "BADGER",
"notabene_description": "Badger Dao",
"decimals": "18",
"coingecko_id": "badger-dao",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BADGER",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5",
"notabene_asset": "BAKE",
"notabene_description": "BakerySwap",
"decimals": "18",
"coingecko_id": "bakerytoken",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BAKE",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xba100000625a3754423978a60c9317c58a424e3d",
"notabene_asset": "BAL",
"notabene_description": "Balancer",
"decimals": "18",
"coingecko_id": "balancer",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BAL",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BAL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xba11d00c5f74255f56a5e366f4f77f5a186d7f55",
"notabene_asset": "BAND",
"notabene_description": "Band Protocol",
"decimals": "18",
"coingecko_id": "band-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BAND",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BAND",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0d8775f648430679a709e98d2b0cb6250d2887ef",
"notabene_asset": "BAT",
"notabene_description": "Basic Attention Token",
"decimals": "18",
"coingecko_id": "basic-attention-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BAT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BAT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:0000000000000000011865af4122fe3b144e2cbeea86142e8ff2fb4107352d43/slip44:145",
"notabene_asset": "BCH",
"notabene_description": "Bitcoin Cash",
"decimals": "8",
"coingecko_id": "bitcoin-cash",
"notabene_network": "bitcoin_cash",
"elliptic_asset": "BCH",
"elliptic_blockchain": "bitcoin_cash",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BCH",
"chainalysis_network": "Bitcoin_Cash",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14",
"notabene_asset": "BEL",
"notabene_description": "Bella Protocol",
"decimals": "18",
"coingecko_id": "bella-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BEL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1b073382e63411e3bcffe90ac1b9a43fefa1ec6f",
"notabene_asset": "BEST",
"notabene_description": "Bitpanda Ecosystem",
"decimals": "8",
"coingecko_id": "bitpanda-ecosystem-token",
"notabene_network": "ethereum",
"elliptic_asset": "BEST",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BEST",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x5732046A883704404F284Ce41FfADd5b007FD668",
"notabene_asset": "BLZ",
"notabene_description": "Bluzelle",
"decimals": "18",
"coingecko_id": "bluzelle",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BLZ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "cosmos:Binance-Chain-Tigris/slip44:714",
"notabene_asset": "BNB",
"notabene_description": "Binance Coin (BC)",
"decimals": "8",
"coingecko_id": "binancecoin",
"notabene_network": "binance_chain",
"elliptic_asset": "BNB",
"elliptic_blockchain": "binance_chain",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:56/slip44:714",
"notabene_asset": "BNB-BSC",
"notabene_description": "Binance Coin (BSC)",
"decimals": "18",
"coingecko_id": "binancecoin",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "BNB",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BNB",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
"notabene_asset": "BNB-ETH",
"notabene_description": "Binance Coin (ETH)",
"decimals": "18",
"coingecko_id": "binancecoin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BNB",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BNB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x7707aada3ce7722ac63b91727daf1999849f6835",
"notabene_asset": "BNK",
"notabene_description": "Bankera",
"decimals": "8",
"coingecko_id": "bankera",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BNK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c",
"notabene_asset": "BNT",
"notabene_description": "Bancor Network Token (BNT)",
"decimals": "18",
"coingecko_id": "bancor",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BNT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x558ec3152e2eb2174905cd19aea4e34a23de9ad6",
"notabene_asset": "BRD",
"notabene_description": "Bread",
"decimals": "18",
"coingecko_id": "bread",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BRD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BRD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:00000000000000000102d94fde9bd080/slip44:236",
"notabene_asset": "BSV",
"notabene_description": "Bitcoin SV",
"decimals": "8",
"coingecko_id": "bitcoin-cash-sv",
"notabene_network": "bitcoin_sv",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BSV",
"chainalysis_network": "Bitcoin_Satoshi_Vision",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:000000000019d6689c085ae165831e93/slip44:0",
"notabene_asset": "BTC",
"notabene_description": "Bitcoin",
"decimals": "8",
"coingecko_id": "bitcoin",
"notabene_network": "bitcoin",
"elliptic_asset": "BTC",
"elliptic_blockchain": "bitcoin",
"elliptic_token": "",
"trmlabs_asset": "btc",
"trmlabs_chain": "bitcoin",
"chainalysis_asset": "BTC",
"chainalysis_network": "Bitcoin",
"coinfirm_asset_type": "BTC",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x78650B139471520656b9E7aA7A5e9276814a38e9",
"notabene_asset": "BTCST",
"notabene_description": "BTC Standard Hashrate Token",
"decimals": "17",
"coingecko_id": "btc-standard-hashrate-token",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BTCST",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:00069578d7a76f82b2c7117c1334c7ef/slip44:156",
"notabene_asset": "BTG",
"notabene_description": "Bitcoin Gold",
"decimals": "8",
"coingecko_id": "bitcoin-gold",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750",
"notabene_asset": "BTM",
"notabene_description": "Bytom",
"decimals": "8",
"coingecko_id": "bytom",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BTM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BTM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0xe9e7cea3dedca5984780bafc599bd69add087d56",
"notabene_asset": "BUSD",
"notabene_description": "Binance USD (BSC)",
"decimals": "18",
"coingecko_id": "binance-usd",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "BUSD",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BUSD",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4Fabb145d64652a948d72533023f6E7A623C7C53",
"notabene_asset": "BUSD-ETH",
"notabene_description": "Binance USD (ETH)",
"decimals": "18",
"coingecko_id": "binance-usd",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "BUSD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "BUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2",
"notabene_asset": "BUSD-SOL",
"notabene_description": "Binance USD (Solana)",
"decimals": "8",
"coingecko_id": "binance-usd",
"notabene_network": "solana",
"elliptic_asset": "BUSD",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/C98A4nkJXhpVZNAZdHUA95RpTF3T4whtQubL3YobiUX9",
"notabene_asset": "C98",
"notabene_description": "Coin98 ",
"decimals": "6",
"coingecko_id": "coin98",
"notabene_network": "solana",
"elliptic_asset": "C98",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"notabene_asset": "CADC",
"notabene_description": "CAD Coin",
"decimals": "18",
"coingecko_id": "cad-coin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:56/bep20:0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82",
"notabene_asset": "CAKE",
"notabene_description": "PancakeSwap",
"decimals": "18",
"coingecko_id": "pancakeswap-token",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "CAKE",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CAKE",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x954b890704693af242613edef1b603825afcd708",
"notabene_asset": "CARD",
"notabene_description": "Cardstack ",
"decimals": "18",
"coingecko_id": "cardstack",
"notabene_network": "ethereum",
"elliptic_asset": "CARD",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CARD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d",
"notabene_asset": "CEL",
"notabene_description": "Celsius Network ",
"decimals": "4",
"coingecko_id": "celsius-degree-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CEL",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CEL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:42220/slip44:52752",
"notabene_asset": "CELO",
"notabene_description": "Celo",
"decimals": "18",
"coingecko_id": "celo",
"notabene_network": "celo",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CELO",
"chainalysis_network": "Celo",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4f9254c83eb525f9fcf346490bbb3ed28a81c667",
"notabene_asset": "CELR",
"notabene_description": "Celer Network",
"decimals": "18",
"coingecko_id": "celer-network",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CELR",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CELR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1122b6a0e00dce0563082b6e2953f3a943855c1f",
"notabene_asset": "CENNZ",
"notabene_description": "CENNZnet ",
"decimals": "18",
"coingecko_id": "centrality",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CENNZ",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CENNZ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5",
"notabene_asset": "CETH",
"notabene_description": "cETH ",
"decimals": "8",
"coingecko_id": "compound-ether",
"notabene_network": "ethereum",
"elliptic_asset": "cETH",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CETH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf5238462e7235c7b62811567e63dd17d12c2eaa0",
"notabene_asset": "CGT",
"notabene_description": "CACHE Gold",
"decimals": "8",
"coingecko_id": "cache-gold",
"notabene_network": "ethereum",
"elliptic_asset": "CGT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CGT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x747D74dB20cc422F39ab54EDB2A3Ce21f3C98AF1",
"notabene_asset": "CGU",
"notabene_description": "Crypto Global United",
"decimals": "8",
"coingecko_id": "crypto-gaming-united",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CGU",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2",
"notabene_asset": "CHR",
"notabene_description": "Chromia",
"decimals": "6",
"coingecko_id": "chromia",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CHR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xba9d4199fab4f26efe3551d490e3821486f135ba",
"notabene_asset": "CHSB",
"notabene_description": "SwissBorg",
"decimals": "8",
"coingecko_id": "swissborg",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CHSB",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CHSB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3506424f91fd33084466f402d5d97f05f8e3b4af",
"notabene_asset": "CHZ",
"notabene_description": "Chiliz",
"decimals": "18",
"coingecko_id": "chiliz",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CHZ",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CHZ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc4c7ea4fab34bd9fb9a5e1b1a98df76e26e6407c",
"notabene_asset": "COCOS",
"notabene_description": "COCOS BCX",
"decimals": "18",
"coingecko_id": "cocos-bcx",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "COCOS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc00e94cb662c3520282e6f5717214004a7f26888",
"notabene_asset": "COMP",
"notabene_description": "Compound",
"decimals": "18",
"coingecko_id": "compound-governance-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "COMP",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "COMP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "cosmos:Binance-Chain-Tigris/slip44:3077",
"notabene_asset": "COS",
"notabene_description": "Contentos",
"decimals": "18",
"coingecko_id": "contentos",
"notabene_network": "binance_chain",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E",
"notabene_asset": "CPAY",
"notabene_description": "Cryptopay",
"decimals": "0",
"coingecko_id": "cryptopay",
"notabene_network": "ethereum",
"elliptic_asset": "CPAY",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CPAY",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:25/slip44:394",
"notabene_asset": "CRO",
"notabene_description": "Cronos ",
"decimals": "8",
"coingecko_id": "crypto-com-chain",
"notabene_network": "cryptocom",
"elliptic_asset": "CRO",
"elliptic_blockchain": "cryptocom",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CRO",
"chainalysis_network": "Cronos",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b",
"notabene_asset": "CRO-ETH",
"notabene_description": "Cronos ",
"decimals": "8",
"coingecko_id": "crypto-com-chain",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CRO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CRO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x08389495D7456E1951ddF7c3a1314A4bfb646d8B",
"notabene_asset": "CRPT",
"notabene_description": "Crypterium",
"decimals": "18",
"coingecko_id": "crypterium",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CRPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CRPT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x80a7e048f37a50500351c204cb407766fa3bae7f",
"notabene_asset": "CRPT_V1",
"notabene_description": "Crypterium V1",
"decimals": "18",
"coingecko_id": "crypterium",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CRPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CRPT_V1",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd533a949740bb3306d119cc777fa900ba034cd52",
"notabene_asset": "CRV",
"notabene_description": "Curve DAO Token",
"decimals": "18",
"coingecko_id": "curve-dao-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CRV",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CRV",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
"notabene_asset": "CTSI",
"notabene_description": "Cartesi",
"decimals": "18",
"coingecko_id": "cartesi",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CTSI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x817bbDbC3e8A1204f3691d14bB44992841e3dB35",
"notabene_asset": "CUDOS",
"notabene_description": "Cudos",
"decimals": "18",
"coingecko_id": "cudos",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CUDOS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xad3e3fc59dff318beceaab7d00eb4f68b1ecf195",
"notabene_asset": "CUSD",
"notabene_description": "Celo Dollar",
"decimals": "18",
"coingecko_id": "celo-dollar",
"notabene_network": "ethereum",
"elliptic_asset": "CUSD",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf650C3d88D12dB855b8bf7D11Be6C55A4e07dCC9",
"notabene_asset": "CUSDT",
"notabene_description": "cUSDT",
"decimals": "8",
"coingecko_id": "compound-usdt",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "cUSDT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CUSDT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x41e5560054824ea6b0732e656e3ad64e20e94e45",
"notabene_asset": "CVC",
"notabene_description": "Civic",
"decimals": "8",
"coingecko_id": "civic",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "CVC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "CVC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/7B3tU3tWEs5ApW6audcT9MUDttP6kiV2XLfrdoVBeyQt ",
"notabene_asset": "CVC-SOL",
"notabene_description": "Civic (Solana)",
"decimals": "8",
"coingecko_id": "civic",
"notabene_network": "solana",
"elliptic_asset": "CVC",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x6b175474e89094c44da98b954eedeac495271d0f",
"notabene_asset": "DAI",
"notabene_description": "DAI",
"decimals": "18",
"coingecko_id": "dai",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DAI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DAI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "dash:mainnet/slip44:5",
"notabene_asset": "DASH",
"notabene_description": "DASH",
"decimals": "8",
"coingecko_id": "dash",
"notabene_network": "dash",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DASH",
"chainalysis_network": "Dash",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0cf0ee63788a0849fe5297f3407f701e122cc023",
"notabene_asset": "DATA",
"notabene_description": "Streamr",
"decimals": "18",
"coingecko_id": "streamr",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DATA",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DATA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3Da932456D082CBa208FEB0B096d49b202Bf89c8",
"notabene_asset": "DEGO",
"notabene_description": "Dego Finance",
"decimals": "18",
"coingecko_id": "dego-finance",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DEGO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3597bfd533a99c9aa083587b074434e61eb0a258",
"notabene_asset": "DENT",
"notabene_description": "Dent",
"decimals": "8",
"coingecko_id": "dent",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DENT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DENT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6",
"notabene_asset": "DEXE",
"notabene_description": "DeXe",
"decimals": "18",
"coingecko_id": "dexe",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DEXE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A",
"notabene_asset": "DFI",
"notabene_description": "DeFiChain ",
"decimals": "8",
"coingecko_id": "defichain",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DFI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"notabene_asset": "DFX",
"notabene_description": "DFX Finance",
"decimals": "18",
"coingecko_id": "dfx-finance",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "digibyte:mainnet/slip44:20",
"notabene_asset": "DGB",
"notabene_description": "DigiByte",
"decimals": "8",
"coingecko_id": "digibyte",
"notabene_network": "digibyte",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xe0b7927c4af23765cb51314a0e0521a9645f0e2a",
"notabene_asset": "DGD",
"notabene_description": "DigixDAO",
"decimals": "9",
"coingecko_id": "digixdao",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DGD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DGD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc666081073e8dff8d3d1c2292a29ae1a2153ec09",
"notabene_asset": "DGTX",
"notabene_description": "Digitex",
"decimals": "18",
"coingecko_id": "digitex-futures-exchange",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DGTX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DGTX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"notabene_asset": "DIA",
"notabene_description": "DIA",
"decimals": "18",
"coingecko_id": "dia-data",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DIA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0abdace70d3790235af448c88547603b945604ea",
"notabene_asset": "DNT",
"notabene_description": "district0x",
"decimals": "18",
"coingecko_id": "district0x",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DNT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"notabene_asset": "DODO",
"notabene_description": "DODO",
"decimals": "18",
"coingecko_id": "dodo",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DODO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DODO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "dogecoin:main/slip44:4",
"notabene_asset": "DOGE",
"notabene_description": "Dogecoin",
"decimals": "8",
"coingecko_id": "dogecoin",
"notabene_network": "doge",
"elliptic_asset": "DOGE",
"elliptic_blockchain": "doge",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DOGE",
"chainalysis_network": "Dogecoin",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "polkadot:91b171bb158e2d3848fa23a9f1c25182/slip44:354",
"notabene_asset": "DOT",
"notabene_description": "Polkadot",
"decimals": "10",
"coingecko_id": "polkadot",
"notabene_network": "polkadot",
"elliptic_asset": "DOT",
"elliptic_blockchain": "polkadot",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x814f67fa286f7572b041d041b1d99b432c9155ee",
"notabene_asset": "DRG",
"notabene_description": "Dragon",
"decimals": "8",
"coingecko_id": "dragon-coin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DRG",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DRG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551",
"notabene_asset": "DUSK",
"notabene_description": "DUSK Network",
"decimals": "18",
"coingecko_id": "dusk-network",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DUSK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x973e52691176d36453868d9d86572788d27041a9",
"notabene_asset": "DX",
"notabene_description": "DXChain",
"decimals": "18",
"coingecko_id": "dxchain",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "DX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x92d6c1e31e14520e676a687f0a93788b716beff5",
"notabene_asset": "DYDX",
"notabene_description": "dYdX",
"decimals": "18",
"coingecko_id": "dydx",
"notabene_network": "ethereum",
"elliptic_asset": "DYDX",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "DYDX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x87e837803513e8c735a4eC1bcbf97Bc3050F41a5",
"notabene_asset": "ECM",
"notabene_description": "Ezcoinmarket",
"decimals": "0",
"coingecko_id": "ezcoinmarket",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ECM",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452",
"notabene_asset": "EKT",
"notabene_description": "EKT",
"decimals": "8",
"coingecko_id": "",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "EKT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EKT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbf2179859fc6d5bee9bf9158632dc51678a4100e",
"notabene_asset": "ELF",
"notabene_description": "aelf",
"decimals": "18",
"coingecko_id": "aelf",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ELF",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ELF",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4",
"notabene_asset": "ENG",
"notabene_description": "Enigma",
"decimals": "8",
"coingecko_id": "enigma",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ENG",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ENG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"notabene_asset": "ENJ",
"notabene_description": "Enjin Coin ",
"decimals": "18",
"coingecko_id": "enjincoin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ENJ",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ENJ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
"notabene_asset": "ENS",
"notabene_description": "Ethereum Name Service",
"decimals": "18",
"coingecko_id": "ethereum-name-service",
"notabene_network": "ethereum",
"elliptic_asset": "ENS",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ENS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eosio:aca376f206b8fc25a6ed44dbdc66547c/slip44:194",
"notabene_asset": "EOS",
"notabene_description": "EOS",
"decimals": "4",
"coingecko_id": "eos",
"notabene_network": "eos",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EOS",
"chainalysis_network": "EOS",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x46e9fe43470fafd690100c86037f9e566e24d48",
"notabene_asset": "EQO",
"notabene_description": "EQO",
"decimals": "18",
"coingecko_id": "equos-origin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EQO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea",
"notabene_asset": "ERC20",
"notabene_description": "ERC20",
"decimals": "18",
"coingecko_id": "erc20",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ERC20",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ERC20",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:61/slip44:61",
"notabene_asset": "ETC",
"notabene_description": "Ethereum Classic",
"decimals": "18",
"coingecko_id": "ethereum-classic",
"notabene_network": "ethereum_classic",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ETC",
"chainalysis_network": "Ethereum_Classic",
"coinfirm_asset_type": "ETC",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/slip44:60",
"notabene_asset": "ETH",
"notabene_description": "Ethereum",
"decimals": "18",
"coingecko_id": "ethereum",
"notabene_network": "ethereum",
"elliptic_asset": "ETH",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "eth",
"trmlabs_chain": "ethereum",
"chainalysis_asset": "ETH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "ETH",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x2170ed0880ac9a755fd29b2688956bd959f933f8",
"notabene_asset": "ETH-BSC",
"notabene_description": "Ethereum (BSC)",
"decimals": "18",
"coingecko_id": "ethereum",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "ETH",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ETH",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1abaea1f7c830bd89acc67ec4af516284b1bc33c",
"notabene_asset": "EUROC",
"notabene_description": "Euro Coin",
"decimals": "6",
"coingecko_id": "euro-coin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EUROC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdb25f211ab05b1c97d595516f45794528a807ad8",
"notabene_asset": "EURS",
"notabene_description": "STASIS EURO",
"decimals": "2",
"coingecko_id": "stasis-eurs",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "EURS",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EURS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xC581b735A1688071A1746c968e0798D642EDE491",
"notabene_asset": "EURT",
"notabene_description": "Euro Tether",
"decimals": "6",
"coingecko_id": "tether-eurt",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EURT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf3db5fa2c66b7af3eb0c0b782510816cbe4813b8",
"notabene_asset": "EVX",
"notabene_description": "Everex",
"decimals": "4",
"coingecko_id": "everex",
"notabene_network": "ethereum",
"elliptic_asset": "EVX",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EVX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x178c820f862B14f316509ec36b13123DA19A6054",
"notabene_asset": "EWTB",
"notabene_description": "Energy Web",
"decimals": "18",
"coingecko_id": "energy-web-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "EWT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EWTB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414",
"notabene_asset": "EXRD",
"notabene_description": "e-Radix",
"decimals": "18",
"coingecko_id": "e-radix",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EXRD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x00AbA6fE5557De1a1d565658cBDdddf7C710a1eb",
"notabene_asset": "EZ",
"notabene_description": "EasyFi",
"decimals": "18",
"coingecko_id": "easyfi",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "EZ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1d287cc25dad7ccaf76a26bc660c5f7c8e2a05bd",
"notabene_asset": "FET",
"notabene_description": "Fetch.ai",
"decimals": "18",
"coingecko_id": "fetch-ai",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "FET",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FET",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:314/slip44:461",
"notabene_asset": "FIL",
"notabene_description": "Filecoin",
"decimals": "18",
"coingecko_id": "filecoin",
"notabene_network": "filecoin",
"elliptic_asset": "FIL",
"elliptic_blockchain": "filecoin",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x4946fcea7c692606e8908002e55a582af44ac121",
"notabene_asset": "FOAM",
"notabene_description": "Foam",
"decimals": "18",
"coingecko_id": "foam-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "FOAM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FOAM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x77FbA179C79De5B7653F68b5039Af940AdA60ce0",
"notabene_asset": "FORTH",
"notabene_description": "Ampleforth Governance Token",
"decimals": "18",
"coingecko_id": "ampleforth-governance-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FORTH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf8C3527CC04340b208C854E985240c02F7B7793f",
"notabene_asset": "FRONT",
"notabene_description": "Frontier",
"decimals": "18",
"coingecko_id": "frontier-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FRONT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4e15361fd6b4bb609fa63c81a2be19d873717870",
"notabene_asset": "FTM",
"notabene_description": "Fantom",
"decimals": "18",
"coingecko_id": "fantom",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "FTM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FTM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9",
"notabene_asset": "FTT",
"notabene_description": "FTX Token",
"decimals": "18",
"coingecko_id": "ftx-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "FTT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FTT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x419d0d8bdd9af5e606ae2232ed285aff190e711b",
"notabene_asset": "FUN",
"notabene_description": "FunFair",
"decimals": "8",
"coingecko_id": "funfair",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "FUN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FUN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"notabene_asset": "FXS",
"notabene_description": "Frax Share",
"decimals": "18",
"coingecko_id": "frax-share",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "FXS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x15d4c048f83bd7e37d49ea4c83a07267ec4203da",
"notabene_asset": "GALA",
"notabene_description": "Gala",
"decimals": "8",
"coingecko_id": "gala",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GALA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz",
"notabene_asset": "GENE",
"notabene_description": "Genopets",
"decimals": "9",
"coingecko_id": "genopets",
"notabene_network": "solana",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x3F382DbD960E3a9bbCeaE22651E88158d2791550",
"notabene_asset": "GHST",
"notabene_description": "Aavegotchi",
"decimals": "18",
"coingecko_id": "aavegotchi",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GHST",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"notabene_asset": "GLM",
"notabene_description": "Golem",
"decimals": "18",
"coingecko_id": "golem",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "GLM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GLM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx",
"notabene_asset": "GMT",
"notabene_description": "STEPN",
"decimals": "9",
"coingecko_id": "stepn",
"notabene_network": "solana",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GMT",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6810e776880c02933d47db1b9fc05908e5386b96",
"notabene_asset": "GNO",
"notabene_description": "Gnosis",
"decimals": "18",
"coingecko_id": "gnosis",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "GNO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GNO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa74476443119A942dE498590Fe1f2454d7D4aC0d",
"notabene_asset": "GNT",
"notabene_description": "Golem Old",
"decimals": "18",
"coingecko_id": "golem",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "GNT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xccc8cb5229b0ac8069c51fd58367fd1e622afd97",
"notabene_asset": "GODS",
"notabene_description": "Gods Unchained",
"decimals": "18",
"coingecko_id": "gods-unchained",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GODS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc944e90c64b2c07662a292be6244bdf05cda44a7",
"notabene_asset": "GRT",
"notabene_description": "The Graph",
"decimals": "18",
"coingecko_id": "the-graph",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "GRT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GRT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB",
"notabene_asset": "GST",
"notabene_description": "Green Satoshi Token",
"decimals": "18",
"coingecko_id": "green-satoshi-token",
"notabene_network": "solana",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x056fd409e1d7a124bd7017459dfea2f387b6d5cd",
"notabene_asset": "GUSD",
"notabene_description": "Gemini Dollar",
"decimals": "2",
"coingecko_id": "gemini-dollar",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "GUSD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc08512927d12348f6620a698105e1baac6ecd911",
"notabene_asset": "GYEN",
"notabene_description": "GYEN",
"decimals": "6",
"coingecko_id": "gyen",
"notabene_network": "ethereum",
"elliptic_asset": "GYEN",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "GYEN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "hedera:mainnet/slip44:3030",
"notabene_asset": "HBAR",
"notabene_description": "Hedera",
"decimals": "8",
"coingecko_id": "hedera-hashgraph",
"notabene_network": "hedera",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xf1290473e210b2108a85237fbcd7b6eb42cc654f",
"notabene_asset": "HEDG",
"notabene_description": "HedgeTrade",
"decimals": "18",
"coingecko_id": "hedgetrade",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "HEDG",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HEDG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x584bC13c7D411c00c01A62e8019472dE68768430",
"notabene_asset": "HEGIC",
"notabene_description": "Hegic",
"decimals": "18",
"coingecko_id": "hegic",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HEGIC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x2b591e99afe9f32eaa6214f7b7629768c40eeb39",
"notabene_asset": "HEX",
"notabene_description": "HEX",
"decimals": "8",
"coingecko_id": "hex",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "HEX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HEX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6c6ee5e31d828de241282b9606c8e98ea48526e2",
"notabene_asset": "HOT",
"notabene_description": "Holo",
"decimals": "18",
"coingecko_id": "holotoken",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "HOT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HOT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa66daa57432024023db65477ba87d4e7f5f95213",
"notabene_asset": "HPT",
"notabene_description": "Huobi Pool",
"decimals": "18",
"coingecko_id": "huobi-pool-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "HPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HPT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6f259637dcd74c767781e37bc6133cd6a68aa161",
"notabene_asset": "HT",
"notabene_description": "Huobi",
"decimals": "18",
"coingecko_id": "huobi-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "HT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdf574c24545e5ffecb9a659c229253d4111d87e1",
"notabene_asset": "HUSD",
"notabene_description": "HUSD",
"decimals": "8",
"coingecko_id": "husd",
"notabene_network": "ethereum",
"elliptic_asset": "HUSD",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "HUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb5a5f22694352c15b00323844ad545abb2b11028",
"notabene_asset": "ICX",
"notabene_description": "ICON",
"decimals": "18",
"coingecko_id": "icon",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ICX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ICX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE",
"notabene_asset": "IDEX",
"notabene_description": "IDEX",
"decimals": "18",
"coingecko_id": "aurora-dao",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "IDEX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x998ffe1e43facffb941dc337dd0468d52ba5b48a",
"notabene_asset": "IDRT",
"notabene_description": "Rupiah",
"decimals": "2",
"coingecko_id": "rupiah-token",
"notabene_network": "ethereum",
"elliptic_asset": "IDRT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "IDRT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x767fe9edc9e0df98e07454847909b5e959d7ca0e",
"notabene_asset": "ILV",
"notabene_description": "Illuvium",
"decimals": "18",
"coingecko_id": "illuvium",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ILV",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
"notabene_asset": "IMX",
"notabene_description": "Immutable X",
"decimals": "18",
"coingecko_id": "immutable-x",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "IMX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xe28b3b32b6c345a34ff64674606124dd5aceca30",
"notabene_asset": "INJ",
"notabene_description": "Injective Protocol",
"decimals": "18",
"coingecko_id": "injective-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "INJ",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "INJ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xFA1a856Cfa3409CFa145Fa4e20Eb270dF3EB21ab",
"notabene_asset": "IOST",
"notabene_description": "IOST",
"decimals": "18",
"coingecko_id": "iostoken",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "IOST",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "IOST",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x8E984e03ab35795C60242c902ECe2450242C90e9",
"notabene_asset": "KAMPAY",
"notabene_description": "Kampay",
"decimals": "18",
"coingecko_id": "kampay",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KAMPAY",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf34960d9d60be18cC1D5Afc1A6F012A723a28811",
"notabene_asset": "KCS",
"notabene_description": "KuCoin",
"decimals": "6",
"coingecko_id": "kucoin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "KCS",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KCS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x85eee30c52b0b379b046fb0f85f4f3dc3009afec",
"notabene_asset": "KEEP",
"notabene_description": "Keep Network",
"decimals": "18",
"coingecko_id": "keep-network",
"notabene_network": "ethereum",
"elliptic_asset": "KEEP",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KEEP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4CC19356f2D37338b9802aa8E8fc58B0373296E7",
"notabene_asset": "KEY",
"notabene_description": "SelfKey",
"decimals": "18",
"coingecko_id": "selfkey",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KEY",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6",
"notabene_asset": "KIN",
"notabene_description": "Kin",
"decimals": "5",
"coingecko_id": "kin",
"notabene_network": "solana",
"elliptic_asset": "KIN",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:56/bep20:0xe64017bDAcbe7dfc84886C3704a26d566e7550de",
"notabene_asset": "KKT",
"notabene_description": "Kingdom Karnage",
"decimals": "18",
"coingecko_id": "kingdom-karnage",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KKT",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdd974D5C2e2928deA5F71b9825b8b646686BD200",
"notabene_asset": "KNC",
"notabene_description": "Kyber Network Crystal",
"decimals": "18",
"coingecko_id": "kyber-network-crystal",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "KNC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KNC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"notabene_asset": "KNC_V2",
"notabene_description": "Kyber Network Crystal V2",
"decimals": "18",
"coingecko_id": "kyber-network-crystal",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "KNCv2",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "KNC_V2",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8971f9fd7196e5cee2c1032b50f656855af7dd26",
"notabene_asset": "LAMB",
"notabene_description": "Lambda",
"decimals": "18",
"coingecko_id": "lambda",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LAMB",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LAMB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x037a54aab062628c9bbae1fdb1583c195585fe41",
"notabene_asset": "LCX",
"notabene_description": "LCX",
"decimals": "18",
"coingecko_id": "lcx",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LCX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LCX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"notabene_asset": "LDO",
"notabene_description": "Lido DAO",
"decimals": "18",
"coingecko_id": "lido-dao",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LDO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x2af5d2ad76741191d15dfe7bf6ac92d4bd912ca3",
"notabene_asset": "LEO",
"notabene_description": "LEO Token",
"decimals": "18",
"coingecko_id": "leo-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LEO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LEO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3E9BC21C9b189C09dF3eF1B824798658d5011937",
"notabene_asset": "LINA",
"notabene_description": "Linear",
"decimals": "18",
"coingecko_id": "linear",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LINA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x514910771af9ca656af840dff83e8264ecf986ca",
"notabene_asset": "LINK",
"notabene_description": "Chainlink",
"decimals": "18",
"coingecko_id": "chainlink",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LINK",
"trmlabs_asset": "chainlink",
"trmlabs_chain": "ethereum",
"chainalysis_asset": "LINK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
"notabene_asset": "LIT",
"notabene_description": "Litentry",
"decimals": "18",
"coingecko_id": "litentry",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LIT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf4d2888d29D722226FafA5d9B24F9164c092421E",
"notabene_asset": "LOOKS",
"notabene_description": "LooksRare",
"decimals": "18",
"coingecko_id": "looksrare",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LOOKS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0",
"notabene_asset": "LOOM",
"notabene_description": "Loom Network",
"decimals": "18",
"coingecko_id": "loom-network-new",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LOOM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LOOM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x58b6a8a3302369daec383334672404ee733ab239",
"notabene_asset": "LPT",
"notabene_description": "Livepeer",
"decimals": "18",
"coingecko_id": "livepeer",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LPT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbbbbca6a901c926f240b89eacb641d8aec7aeafd",
"notabene_asset": "LRC",
"notabene_description": "Loopring",
"decimals": "18",
"coingecko_id": "loopring",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "LRC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LRC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
"notabene_asset": "LTC",
"notabene_description": "Litecoin",
"decimals": "8",
"coingecko_id": "litecoin",
"notabene_network": "litecoin",
"elliptic_asset": "LTC",
"elliptic_blockchain": "litecoin",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LTC",
"chainalysis_network": "Litecoin",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30",
"notabene_asset": "LTO",
"notabene_description": "LTO Network",
"decimals": "8",
"coingecko_id": "lto-network",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "LTO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "cosmos:phoenix-1/slip44:330",
"notabene_asset": "LUNA",
"notabene_description": "Terra",
"decimals": "18",
"coingecko_id": "terra-luna-2",
"notabene_network": "terra",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"notabene_asset": "MANA",
"notabene_description": "Decentraland",
"decimals": "18",
"coingecko_id": "decentraland",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MANA",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MANA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"notabene_asset": "MATIC",
"notabene_description": "Polygon",
"decimals": "18",
"coingecko_id": "matic-network",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MATIC",
"trmlabs_asset": "matic",
"trmlabs_chain": "ethereum",
"chainalysis_asset": "MATIC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb63b606ac810a52cca15e44bb630fd42d8d1d83d",
"notabene_asset": "MCO",
"notabene_description": "MCO",
"decimals": "8",
"coingecko_id": "monaco",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MCO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MCO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdf2c7238198ad8b389666574f2d8bc411a4b7428",
"notabene_asset": "MFT",
"notabene_description": "Hifi Finance",
"decimals": "18",
"coingecko_id": "mainframe",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MFT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MFT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "iota:mainnet/slip44:4218 ",
"notabene_asset": "MIOTA",
"notabene_description": "IOTA",
"decimals": "18",
"coingecko_id": "iota",
"notabene_network": "iota",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"notabene_asset": "MIR",
"notabene_description": "Mirror Protocol",
"decimals": "18",
"coingecko_id": "mirror-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "MIR",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MIR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3893b9422cd5d70a81edeffe3d5a1c6a978310bb",
"notabene_asset": "MITH",
"notabene_description": "Mithril",
"decimals": "18",
"coingecko_id": "mithril",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MITH",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MITH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"notabene_asset": "MKR",
"notabene_description": "Maker",
"decimals": "18",
"coingecko_id": "maker",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MKR",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MKR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xec67005c4e498ec7f55e092bd1d35cbc47c91892",
"notabene_asset": "MLN",
"notabene_description": "Enzyme",
"decimals": "18",
"coingecko_id": "melon",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MLN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MLN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x653430560be843c4a3d143d0110e896c2ab8ac0d",
"notabene_asset": "MOF",
"notabene_description": "Molecular Future",
"decimals": "16",
"coingecko_id": "molecular-future",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MOF",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MOF",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf433089366899d83a9f26a773d59ec7ecf30355e",
"notabene_asset": "MTL",
"notabene_description": "Metal",
"decimals": "8",
"coingecko_id": "metal",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "MTL",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "MTL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "nano:main/slip44:165",
"notabene_asset": "NANO",
"notabene_description": "NANO",
"decimals": "30",
"coingecko_id": "nano",
"notabene_network": "nano",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "near:mainnet/slip44:397",
"notabene_asset": "NEAR",
"notabene_description": "NEAR Protocol",
"decimals": "24",
"coingecko_id": "near",
"notabene_network": "near",
"elliptic_asset": "NEAR",
"elliptic_blockchain": "near",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "neo:mainnet3/slip44:888",
"notabene_asset": "NEO",
"notabene_description": "NEO",
"decimals": "0",
"coingecko_id": "neo",
"notabene_network": "neo",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
"notabene_asset": "NEXO",
"notabene_description": "NEXO",
"decimals": "18",
"coingecko_id": "nexo",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "NEXO",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "NEXO",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x5cf04716ba20127f1e2297addcf4b5035000c9eb",
"notabene_asset": "NKN",
"notabene_description": "NKN",
"decimals": "18",
"coingecko_id": "nkn",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "NKN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "NKN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1776e1f26f98b1a5df9cd347953a26dd3cb46671",
"notabene_asset": "NMR",
"notabene_description": "Numeraire",
"decimals": "18",
"coingecko_id": "numeraire",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "NMR",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "NMR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3",
"notabene_asset": "NPXS",
"notabene_description": "Pundi X [OLD]",
"decimals": "18",
"coingecko_id": "pundi-x",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "NPXS",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "NPXS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4fe83213d56308330ec302a8bd641f1d0113a4cc",
"notabene_asset": "NU",
"notabene_description": "NuCypher ",
"decimals": "18",
"coingecko_id": "nucypher",
"notabene_network": "ethereum",
"elliptic_asset": "NU",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "NU",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x701c244b988a513c945973defa05de933b23fe1d",
"notabene_asset": "OAX",
"notabene_description": "OAX",
"decimals": "18",
"coingecko_id": "openanx",
"notabene_network": "ethereum",
"elliptic_asset": "OAX",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OAX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
"notabene_asset": "OCEAN",
"notabene_description": "Ocean Protocol",
"decimals": "18",
"coingecko_id": "ocean-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "OCEAN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OCEAN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8207c1ffc5b6804f6024322ccf34f29c3541ae26",
"notabene_asset": "OGN",
"notabene_description": "Origin Protocol ",
"decimals": "18",
"coingecko_id": "origin-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "OGN",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OGN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x75231f58b43240c9718dd58b4967c5114342a86c",
"notabene_asset": "OKB",
"notabene_description": "OKB",
"decimals": "18",
"coingecko_id": "okb",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "OKB",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OKB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0xf78d2e7936f5fe18308a3b2951a93b6c4a41f5e2",
"notabene_asset": "OM",
"notabene_description": "MANTRA DAO",
"decimals": "18",
"coingecko_id": "mantra-dao",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "OM",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OM",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
"notabene_asset": "OMG",
"notabene_description": "OMG Network",
"decimals": "18",
"coingecko_id": "omisego",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "OMG",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OMG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x799a4202c12ca952cb311598a024c80ed371a41e",
"notabene_asset": "ONE",
"notabene_description": "Harmony",
"decimals": "18",
"coingecko_id": "harmony",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ONE",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ONE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "ontology:mainnet/slip144:1024",
"notabene_asset": "ONT",
"notabene_description": "Ontology",
"decimals": "9",
"coingecko_id": "ontology",
"notabene_network": "ontology",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa",
"notabene_asset": "ORBS",
"notabene_description": "ORBS",
"decimals": "18",
"coingecko_id": "orbs",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ORBS",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ORBS",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",
"notabene_asset": "ORN",
"notabene_description": "Orion Protocol",
"decimals": "8",
"coingecko_id": "orion-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ORN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4575f41308ec1483f3d399aa9a2826d74da13deb",
"notabene_asset": "OXT",
"notabene_description": "Orchid Protocol",
"decimals": "18",
"coingecko_id": "orchid-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "OXT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "OXT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x536381a8628dbcc8c70ac9a30a7258442eab4c92",
"notabene_asset": "PAN",
"notabene_description": "Pantos",
"decimals": "8",
"coingecko_id": "pantos",
"notabene_network": "ethereum",
"elliptic_asset": "PAN",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PAN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8e870d67f660d95d5be530380d0ec0bd388289e1",
"notabene_asset": "PAX",
"notabene_description": "Paxos Standard",
"decimals": "18",
"coingecko_id": "paxos-standard",
"notabene_network": "ethereum",
"elliptic_asset": "USDP",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "pax",
"trmlabs_chain": "ethereum",
"chainalysis_asset": "PAX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"notabene_asset": "PAXG",
"notabene_description": "Paxos Gold",
"decimals": "18",
"coingecko_id": "pax-gold",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "PAXG",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PAXG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x7950865a9140cb519342433146ed5b40c6f210f7",
"notabene_asset": "PAXG-BSC",
"notabene_description": "Paxos Gold (BSC)",
"decimals": "18",
"coingecko_id": "pax-gold",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "PAXG",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PAXG",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/C6oFsE8nXRDThzrMEQ5SxaNFGKoyyfWDDVPw37JKvPTe",
"notabene_asset": "PAXG-SOL",
"notabene_description": "Paxos Gold (Solana)",
"decimals": "8",
"coingecko_id": "pax-gold",
"notabene_network": "solana",
"elliptic_asset": "PAXG",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:56/bep20:0xb7f8cd00c5a06c0537e2abff0b58033d02e5e094",
"notabene_asset": "PAXUSDP",
"notabene_description": "Pax Dollar",
"decimals": "18",
"coingecko_id": "pax-dollar",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "USDP",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PAXUSDP",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb97048628db6b661d4c2aa833e95dbe1a905b280",
"notabene_asset": "PAY",
"notabene_description": "TenX",
"decimals": "18",
"coingecko_id": "tenx",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "PAY",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PAY",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbc396689893d065f41bc2c6ecbee5e0085233447",
"notabene_asset": "PERP",
"notabene_description": "Perpetual Protocol",
"decimals": "18",
"coingecko_id": "perpetual-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "PERP",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PERP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xD8912C10681D8B21Fd3742244f44658dBA12264E",
"notabene_asset": "PNT",
"notabene_description": "pNetwork",
"decimals": "18",
"coingecko_id": "pnetwork",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "PLU",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec",
"notabene_asset": "POLY",
"notabene_description": "Polymath",
"decimals": "18",
"coingecko_id": "polymath",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "POLY",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "POLY",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x57B946008913B82E4dF85f501cbAeD910e58D26C",
"notabene_asset": "POND",
"notabene_description": "Marlin",
"decimals": "18",
"coingecko_id": "marlin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "POND",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
"notabene_asset": "POWR",
"notabene_description": "Power Ledger",
"decimals": "6",
"coingecko_id": "power-ledger",
"notabene_network": "ethereum",
"elliptic_asset": "POWR",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "POWR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a",
"notabene_asset": "PPT",
"notabene_description": "Populous",
"decimals": "8",
"coingecko_id": "populous",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "PPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PPT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x226bb599a12C826476e3A771454697EA52E9E220",
"notabene_asset": "PROPY",
"notabene_description": "Propy",
"decimals": "8",
"coingecko_id": "propy",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PROPY",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
"notabene_asset": "PUNDIX",
"notabene_description": "Pundi X",
"decimals": "18",
"coingecko_id": "pundi-x-2",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "PUNDIX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x430EF9263E76DAE63c84292C3409D61c598E9682",
"notabene_asset": "PYR",
"notabene_description": "Vulcan Forged",
"decimals": "18",
"coingecko_id": "vulcan-forged",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"notabene_asset": "QKC",
"notabene_description": "QuarkChain",
"decimals": "18",
"coingecko_id": "quark-chain",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "QKC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4a220E6096B25EADb88358cb44068A3248254675",
"notabene_asset": "QNT",
"notabene_description": "Quant",
"decimals": "18",
"coingecko_id": "quant-network",
"notabene_network": "ethereum",
"elliptic_asset": "QNT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "QNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d",
"notabene_asset": "QSP",
"notabene_description": "Quantstamp",
"decimals": "18",
"coingecko_id": "quantstamp",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "QSP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x9a642d6b3368ddc662CA244bAdf32cDA716005BC",
"notabene_asset": "QTUM",
"notabene_description": "Qtum",
"decimals": "18",
"coingecko_id": "qtum",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "QTUM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "QTUM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd2bA23dE8a19316A638dc1e7a9ADdA1d74233368",
"notabene_asset": "QUICK",
"notabene_description": "Quickswap",
"decimals": "18",
"coingecko_id": "quickswap",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R",
"notabene_asset": "RAY",
"notabene_description": "Raydium",
"decimals": "6",
"coingecko_id": "raydium",
"notabene_network": "solana",
"elliptic_asset": "RAY",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RAY",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6",
"notabene_asset": "RCN",
"notabene_description": "Ripio Credit Network",
"decimals": "18",
"coingecko_id": "ripio-credit-network",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "RCN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RCN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6",
"notabene_asset": "RDN",
"notabene_description": "Raiden Network",
"decimals": "18",
"coingecko_id": "raiden-network",
"notabene_network": "ethereum",
"elliptic_asset": "RDN",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RDN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf",
"notabene_asset": "REEF",
"notabene_description": "Reef Finance",
"decimals": "18",
"coingecko_id": "reef",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "REEF",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x408e41876cccdc0f92210600ef50372656052a38",
"notabene_asset": "REN",
"notabene_description": "Ren",
"decimals": "18",
"coingecko_id": "republic-protocol",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "REN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "REN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xeb4c2781e4eba804ce9a9803c67d0893436bb27d",
"notabene_asset": "RENBTC",
"notabene_description": "renBTC",
"decimals": "8",
"coingecko_id": "renbtc",
"notabene_network": "ethereum",
"elliptic_asset": "RENBTC",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RENBTC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1985365e9f78359a9b6ad760e32412f4a445e862",
"notabene_asset": "REP",
"notabene_description": "Augur",
"decimals": "18",
"coingecko_id": "augur",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "REP",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "REP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x221657776846890989a759ba2973e427dff5c9bb",
"notabene_asset": "REP_V2",
"notabene_description": "Augur V2",
"decimals": "18",
"coingecko_id": "augur",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "REPv2",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "REP_V2",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"notabene_asset": "REQ",
"notabene_description": "Request Network",
"decimals": "18",
"coingecko_id": "request-network",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "REQ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x607f4c5bb672230e8672085532f7e901544a7375",
"notabene_asset": "RLC",
"notabene_description": "iExec RLC",
"decimals": "9",
"coingecko_id": "iexec-rlc",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "RLC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RLC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"notabene_asset": "RNDR",
"notabene_description": "Render Token",
"decimals": "18",
"coingecko_id": "render-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RNDR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"notabene_asset": "RSR",
"notabene_description": "Reserve Rights Token",
"decimals": "18",
"coingecko_id": "reserve-rights-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RSR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3155ba85d5f96b2d030a4966af206230e46849cb",
"notabene_asset": "RUNE",
"notabene_description": "THORChain (ERC20)",
"decimals": "18",
"coingecko_id": "thorchain-erc20",
"notabene_network": "ethereum",
"elliptic_asset": "RUNE",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "RUNE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359",
"notabene_asset": "SAI",
"notabene_description": "Sai",
"decimals": "18",
"coingecko_id": "sai",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SAI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SAI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4156D3342D5c385a87D264F90653733592000581",
"notabene_asset": "SALT",
"notabene_description": "Salt",
"decimals": "8",
"coingecko_id": "salt",
"notabene_network": "ethereum",
"elliptic_asset": "SALT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SALT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"notabene_asset": "SAMO",
"notabene_description": "Samoyedcoin",
"decimals": "9",
"coingecko_id": "samoyedcoin",
"notabene_network": "solana",
"elliptic_asset": "SAMO",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x3845badade8e6dff049820680d1f14bd3903a5d0",
"notabene_asset": "SAND",
"notabene_description": "The Sandbox",
"decimals": "18",
"coingecko_id": "the-sandbox",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SAND",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SAND",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1",
"notabene_asset": "SBR",
"notabene_description": "Saber",
"decimals": "6",
"coingecko_id": "saber",
"notabene_network": "solana",
"elliptic_asset": "SBR",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SBR",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb1e93236ab6073fdac58ada5564897177d4bcc43",
"notabene_asset": "SEELE",
"notabene_description": "Seele",
"decimals": "18",
"coingecko_id": "seele",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SEELE",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SEELE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0xD41FDb03Ba84762dD66a0af1a6C8540FF1ba5dfb",
"notabene_asset": "SFP",
"notabene_description": "SafePal",
"decimals": "18",
"coingecko_id": "safepal",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SFP",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
"notabene_asset": "SHIB",
"notabene_description": "Shiba Inu",
"decimals": "18",
"coingecko_id": "shiba-inu",
"notabene_network": "ethereum",
"elliptic_asset": "SHIB",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SHIB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x2859e4544c4bb03966803b044a93563bd2d0dd4d",
"notabene_asset": "SHIB-BSC",
"notabene_description": "Shiba Inu (BSC)",
"decimals": "18",
"coingecko_id": "shiba-inu",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "SHIB",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SHIB-BSC",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x00c83aecc790e8a4453e5dd3b0b4b3680501a7a7",
"notabene_asset": "SKL",
"notabene_description": "Skale",
"decimals": "18",
"coingecko_id": "skale",
"notabene_network": "ethereum",
"elliptic_asset": "SKL",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SKL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25",
"notabene_asset": "SLP",
"notabene_description": "Smooth Love Potion",
"decimals": "0",
"coingecko_id": "smooth-love-potion",
"notabene_network": "ethereum",
"elliptic_asset": "SLP",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SLP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404",
"notabene_asset": "SNC",
"notabene_description": "SunContract",
"decimals": "18",
"coingecko_id": "suncontract",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SNC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x744d70fdbe2ba4cf95131626614a1763df805b9e",
"notabene_asset": "SNT",
"notabene_description": "Status",
"decimals": "18",
"coingecko_id": "status",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SNT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SNT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
"notabene_asset": "SNX",
"notabene_description": "Synthetix Network Token",
"decimals": "18",
"coingecko_id": "havven",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SNX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SNX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/slip44:501",
"notabene_asset": "SOL",
"notabene_description": "Solana",
"decimals": "9",
"coingecko_id": "solana",
"notabene_network": "solana",
"elliptic_asset": "SOL",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SOL",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x090185f2135308BaD17527004364eBcC2D37e5F6",
"notabene_asset": "SPELL",
"notabene_description": "Spell Token",
"decimals": "18",
"coingecko_id": "spell-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SPELL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1fdab294eda5112b7d066ed8f2e4e562d5bcc664",
"notabene_asset": "SPICE",
"notabene_description": "SPICE",
"decimals": "18",
"coingecko_id": "spice-finance",
"notabene_network": "ethereum",
"elliptic_asset": "SPiCE",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SPICE",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x1633b7157e7638c4d6593436111bf125ee74703f",
"notabene_asset": "SPS",
"notabene_description": "Splintershards ",
"decimals": "18",
"coingecko_id": "splinterlands ",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SPS",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": "1839"
},
{
"asset_type": "eip155:1/erc20:0x476c5e26a75bd202a9683ffd34359c0cc15be0ff",
"notabene_asset": "SRM",
"notabene_description": "Serum",
"decimals": "6",
"coingecko_id": "serum",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SRM",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SRM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt",
"notabene_asset": "SRM-SOL",
"notabene_description": "Serum (Solana)",
"decimals": "6",
"coingecko_id": "serum",
"notabene_network": "solana",
"elliptic_asset": "SRM",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SRM",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbe9375c6a420d2eeb258962efb95551a5b722803",
"notabene_asset": "STMX",
"notabene_description": "StormX",
"decimals": "18",
"coingecko_id": "storm",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "STMX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "STMX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac",
"notabene_asset": "STORJ",
"notabene_description": "Storj",
"decimals": "8",
"coingecko_id": "storj",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "STORJ",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "STORJ",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xde7d85157d9714eadf595045cc12ca4a5f3e2adb",
"notabene_asset": "STPT",
"notabene_description": "STP Network",
"decimals": "18",
"coingecko_id": "stp-network",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "STPT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "STPT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
"notabene_asset": "SUPER",
"notabene_description": "SuperFarm",
"decimals": "18",
"coingecko_id": "superfarm",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SUPER",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x57ab1ec28d129707052df4df418d58a2d46d5f51",
"notabene_asset": "SUSD",
"notabene_description": "sUSD",
"decimals": "18",
"coingecko_id": "nusd",
"notabene_network": "ethereum",
"elliptic_asset": "sUSD",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
"notabene_asset": "SUSHI",
"notabene_description": "Sushi",
"decimals": "18",
"coingecko_id": "sushi",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SUSHI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SUSHI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xcc4304a31d09258b0029ea7fe63d032f52e44efe",
"notabene_asset": "SWAP",
"notabene_description": "Trustswap",
"decimals": "18",
"coingecko_id": "trustswap",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SWAP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9",
"notabene_asset": "SXP",
"notabene_description": "SXP",
"decimals": "18",
"coingecko_id": "swipe",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "SXP",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "SXP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x467bccd9d29f223bce8043b84e8c8b282827790f",
"notabene_asset": "TEL",
"notabene_description": "Telcoin",
"decimals": "2",
"coingecko_id": "telcoin",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0x3883f5e181fccaF8410FA61e12b59BAd963fb645",
"notabene_asset": "THETA",
"notabene_description": "Theta Network",
"decimals": "18",
"coingecko_id": "theta-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "THETA",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "THETA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "",
"notabene_asset": "TIGRES",
"notabene_description": "Tigres Fan Token",
"decimals": "0",
"coingecko_id": "tigres-fan-token",
"notabene_network": "chiliz",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TIGRES",
"chainalysis_network": "Chiliz",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xaaaf91d9b90df800df4f55c205fd6989c977e73a",
"notabene_asset": "TKN",
"notabene_description": "Monolith",
"decimals": "8",
"coingecko_id": "tokencard",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "TKN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TKN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x9f589e3eabe42ebC94A44727b3f3531C0c877809",
"notabene_asset": "TKO",
"notabene_description": "Tokocrypto",
"decimals": "18",
"coingecko_id": "tokocrypto",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TKO",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",
"notabene_asset": "TLM",
"notabene_description": "Alien Worlds",
"decimals": "4",
"coingecko_id": "alien-worlds",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TLM",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4fb721ef3bf99e0f2c193847afa296b9257d3c30",
"notabene_asset": "TOK",
"notabene_description": "Tokenplace",
"decimals": "8",
"coingecko_id": "tokenplace",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TOK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0",
"notabene_asset": "TRB",
"notabene_description": "Tellor",
"decimals": "18",
"coingecko_id": "tellor",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TRB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",
"notabene_asset": "TRU",
"notabene_description": "TrueFi",
"decimals": "8",
"coingecko_id": "truefi",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TRU",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "tron:mainnet/slip44:195",
"notabene_asset": "TRX",
"notabene_description": "Tron",
"decimals": "6",
"coingecko_id": "tron",
"notabene_network": "tron",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TRX",
"chainalysis_network": "Tron",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0000000000085d4780b73119b644ae5ecd22b376",
"notabene_asset": "TUSD",
"notabene_description": "TrueUSD",
"decimals": "18",
"coingecko_id": "true-usd",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "TUSD",
"trmlabs_asset": "tusd",
"trmlabs_chain": "ethereum",
"chainalysis_asset": "TUSD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",
"notabene_asset": "TVK",
"notabene_description": "The Virtua Kolect",
"decimals": "18",
"coingecko_id": "the-virtua-kolect",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TVK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x4B0F1812e5Df2A09796481Ff14017e6005508003",
"notabene_asset": "TWT",
"notabene_description": "Trust Wallet Token",
"decimals": "18",
"coingecko_id": "trust-wallet-token",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "TWT",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1",
"notabene_asset": "UFT",
"notabene_description": "UniLend Finance",
"decimals": "18",
"coingecko_id": "unlend-finance",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UFT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x04fa0d235c4abf4bcf4787af4cf447de572ef828",
"notabene_asset": "UMA",
"notabene_description": "UMA",
"decimals": "18",
"coingecko_id": "uma",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "UMA",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UMA",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x441761326490cACF7aF299725B6292597EE822c2",
"notabene_asset": "UNFI",
"notabene_description": "Unifi Protocol DAO",
"decimals": "18",
"coingecko_id": "unifi-protocol-dao",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UNFI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"notabene_asset": "UNI",
"notabene_description": "Uniswap",
"decimals": "18",
"coingecko_id": "uniswap",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "UNI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UNI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"notabene_asset": "USDC",
"notabene_description": "USDC",
"decimals": "6",
"coingecko_id": "usd-coin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "USDC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
"notabene_asset": "USDC-BSC",
"notabene_description": "USDC (BSC)",
"decimals": "18",
"coingecko_id": "usd-coin",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "USDC",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDC",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "",
"notabene_asset": "USDC-POLY",
"notabene_description": "USDC (Polygon)",
"decimals": "6",
"coingecko_id": "usd-coin",
"notabene_network": "polygon",
"elliptic_asset": "USDC",
"elliptic_blockchain": "polygon",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDC",
"chainalysis_network": "Polygon",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"notabene_asset": "USDC-SOL",
"notabene_description": "USDC (Solana)",
"decimals": "6",
"coingecko_id": "usd-coin",
"notabene_network": "solana",
"elliptic_asset": "USDC",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDC",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "stellar:pubnet/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"notabene_asset": "USDC-STELLAR",
"notabene_description": "USDC (Stellar)",
"decimals": "6",
"coingecko_id": "usd-coin",
"notabene_network": "stellar",
"elliptic_asset": "USDC",
"elliptic_blockchain": "stellar",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x1c48f86ae57291f7686349f12601910bd8d470bb",
"notabene_asset": "USDK",
"notabene_description": "USDK",
"decimals": "18",
"coingecko_id": "usdk",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "USDK",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1456688345527be1f37e9e627da0837d6f08c925",
"notabene_asset": "USDP",
"notabene_description": "USDP Stablecoin",
"decimals": "18",
"coingecko_id": "usdp",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDP",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdac17f958d2ee523a2206206994597c13d831ec7",
"notabene_asset": "USDT",
"notabene_description": "USDT",
"decimals": "6",
"coingecko_id": "tether",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "USDT",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x55d398326f99059ff775485246999027b3197955",
"notabene_asset": "USDT-BSC",
"notabene_description": "USDT (BSC)",
"decimals": "18",
"coingecko_id": "tether",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "USDT",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDT",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "solana:4sGjMW1sUnHzSxGspuhpqLDx6wiyjNtZ/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
"notabene_asset": "USDT-SOL",
"notabene_description": "USDT (Solana)",
"decimals": "6",
"coingecko_id": "tether",
"notabene_network": "solana",
"elliptic_asset": "USDT",
"elliptic_blockchain": "solana",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDT",
"chainalysis_network": "Solana",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "tron:mainnet/trc20:TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
"notabene_asset": "USDT-TRON",
"notabene_description": "USDT (Tron)",
"decimals": "6",
"coingecko_id": "tether",
"notabene_network": "tron",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "USDT",
"chainalysis_network": "Tron",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa693B19d2931d498c5B318dF961919BB4aee87a5",
"notabene_asset": "UST",
"notabene_description": "Terra USD",
"decimals": "6",
"coingecko_id": "terrausd-wormhole",
"notabene_network": "ethereum",
"elliptic_asset": "UST",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UST",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"notabene_asset": "UTK",
"notabene_description": "UTRUST",
"decimals": "18",
"coingecko_id": "utrust",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "UTK",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x3a529a8d4f2ea64d206339fa12a3af4d431f53c3",
"notabene_asset": "VEN",
"notabene_description": "Vendetta Finance",
"decimals": "18",
"coingecko_id": "vendetta-finance",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "VEN",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xd850942ef8811f2a866692a623011bde52a462c1",
"notabene_asset": "VET",
"notabene_description": "VeChain",
"decimals": "18",
"coingecko_id": "vechain",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "VEN",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "VET",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x5af2be193a6abca9c8817001f45744777db30756",
"notabene_asset": "VGX",
"notabene_description": "Voyager Token",
"decimals": "8",
"coingecko_id": "ethos",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "VGX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "VGX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:56/bep20:0x2794dad4077602ed25a88d03781528d1637898b4",
"notabene_asset": "VITE",
"notabene_description": "Vite",
"decimals": "18",
"coingecko_id": "vite",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "VITE",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "VITE",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x1cf4592ebffd730c7dc92c1bdffdfc3b9efcf29a",
"notabene_asset": "WAVES",
"notabene_description": "WAVES",
"decimals": "8",
"coingecko_id": "waves",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WAVES",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x39bb259f66e1c59d5abef88375979b4d20d98022",
"notabene_asset": "WAX",
"notabene_description": "WAX",
"decimals": "8",
"coingecko_id": "wax",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "WAX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WAX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
"notabene_asset": "WBTC",
"notabene_description": "Wrapped Bitcoin",
"decimals": "8",
"coingecko_id": "wrapped-bitcoin",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "WBTC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WBTC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"notabene_asset": "WETH",
"notabene_description": "Wrapped ETH",
"decimals": "18",
"coingecko_id": "weth",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "WETH",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WETH",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:137/erc20:0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
"notabene_asset": "WMATIC",
"notabene_description": "Wrapped MATIC",
"decimals": "18",
"coingecko_id": "wmatic",
"notabene_network": "polygon",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:56/bep20:0x8e17ed70334C87eCE574C9d537BC153d8609e2a3",
"notabene_asset": "WRX",
"notabene_description": "WazirX",
"decimals": "8",
"coingecko_id": "wazirx",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WRX",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74",
"notabene_asset": "WTC",
"notabene_description": "Waltonchain ",
"decimals": "18",
"coingecko_id": "waltonchain",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "WTC",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WTC",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xa02120696c7b8fe16c09c749e4598819b2b0e915",
"notabene_asset": "WXT",
"notabene_description": "WXT Token",
"decimals": "18",
"coingecko_id": "wirex",
"notabene_network": "ethereum",
"elliptic_asset": "WXT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "WXT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x68749665ff8d2d112fa859aa293f07a622782f38",
"notabene_asset": "XAUT",
"notabene_description": "Tether Gold",
"decimals": "6",
"coingecko_id": "tether-gold",
"notabene_network": "ethereum",
"elliptic_asset": "XAUT",
"elliptic_blockchain": "ethereum",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "XAUT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "bip122:000000000019d6689c085ae165831e93/slip44:0",
"notabene_asset": "XBT",
"notabene_description": "Bitcoin",
"decimals": "8",
"coingecko_id": "bitcoin",
"notabene_network": "bitcoin",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "btc",
"trmlabs_chain": "bitcoin",
"chainalysis_asset": "BTC",
"chainalysis_network": "Bitcoin",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xb4272071ecadd69d933adcd19ca99fe80664fc08",
"notabene_asset": "XCHF",
"notabene_description": "CryptoFranc",
"decimals": "18",
"coingecko_id": "cryptofranc",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "XCHF",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "XCHF",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "nem:mainnet/slip44:43",
"notabene_asset": "XEM",
"notabene_description": "NEM",
"decimals": "6",
"coingecko_id": "nem",
"notabene_network": "nem",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "eip155:1/erc20:0xebf2096e01455108badcbaf86ce30b6e5a72aa52",
"notabene_asset": "XIDR",
"notabene_description": "XIDR",
"decimals": "6",
"coingecko_id": "straitsx-indonesia-rupiah",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "XIDR",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "XIDR",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "stellar:pubnet/slip44:148",
"notabene_asset": "XLM",
"notabene_description": "Stellar",
"decimals": "7",
"coingecko_id": "stellar",
"notabene_network": "stellar",
"elliptic_asset": "XLM",
"elliptic_blockchain": "stellar",
"elliptic_token": "",
"trmlabs_asset": "xlm",
"trmlabs_chain": "",
"chainalysis_asset": "",
"chainalysis_network": "",
"coinfirm_asset_type": "XLM",
"coinmarketcap_id": ""
},
{
"asset_type": "",
"notabene_asset": "XMR",
"notabene_description": "Monero",
"decimals": "12",
"coingecko_id": "monero",
"notabene_network": "monero",
"elliptic_asset": "",
"elliptic_blockchain": ""
},
{
"asset_type": "xrpl:main/slip44:144",
"notabene_asset": "XRP",
"notabene_description": "Ripple",
"decimals": "6",
"coingecko_id": "ripple",
"notabene_network": "ripple",
"elliptic_asset": "XRP",
"elliptic_blockchain": "ripple",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "XRP",
"chainalysis_network": "XRP",
"coinfirm_asset_type": "XRP",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x70e8de73ce538da2beed35d14187f6959a8eca96",
"notabene_asset": "XSGD",
"notabene_description": "XSGD",
"decimals": "6",
"coingecko_id": "xsgd",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "XSGD",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "XSGD",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "",
"notabene_asset": "XSGD",
"notabene_description": "XSGD",
"decimals": "6",
"coingecko_id": "xsgd",
"notabene_network": "zilliqa",
"elliptic_asset": "XSGD",
"elliptic_blockchain": "zilliqa",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "",
"notabene_asset": "XTZ",
"notabene_description": "Tezos",
"decimals": "6",
"coingecko_id": "tezos",
"notabene_network": "tezos",
"elliptic_asset": "XTZ",
"elliptic_blockchain": "tezos",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:1/erc20:0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
"notabene_asset": "YFI",
"notabene_description": "yearn.finance",
"decimals": "18",
"coingecko_id": "yearn-finance",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "YFI",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "YFI",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45",
"notabene_asset": "YFII",
"notabene_description": "DFI.money",
"decimals": "18",
"coingecko_id": "dify-finance",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "YFII",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x25f8087EAD173b73D6e8B84329989A8eEA16CF73",
"notabene_asset": "YGG",
"notabene_description": "Yield Guild Games",
"decimals": "18",
"coingecko_id": "yield-guild-games",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "YGG",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=/asset_id:226701642 ",
"notabene_asset": "YLDY",
"notabene_description": "Yieldly",
"decimals": "18",
"coingecko_id": "yieldly",
"notabene_network": "algorand",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "YLDY",
"chainalysis_network": "Algorand",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xbd0793332e9fb844a52a205a233ef27a5b34b927",
"notabene_asset": "ZB",
"notabene_description": "ZB",
"decimals": "18",
"coingecko_id": "zb-token",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ZB",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZB",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "",
"notabene_asset": "ZEC",
"notabene_description": "Zcash",
"decimals": "8",
"coingecko_id": "zcash",
"notabene_network": "zcash",
"elliptic_asset": "ZEC",
"elliptic_blockchain": "zcash",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZEC",
"chainalysis_network": "Zcash",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "horizen:mainnet/slip44:121",
"notabene_asset": "ZEN",
"notabene_description": "Horizen",
"decimals": "8",
"coingecko_id": "zencash",
"notabene_network": "horizen",
"elliptic_asset": "ZEN",
"elliptic_blockchain": "horizen",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "",
"notabene_asset": "ZIL",
"notabene_description": "Zilliqa",
"decimals": "12",
"coingecko_id": "zilliqa",
"notabene_network": "zilliqa",
"elliptic_asset": "ZIL",
"elliptic_blockchain": "zilliqa",
"elliptic_token": "",
"trmlabs_asset": ""
},
{
"asset_type": "eip155:56/bep20:0xb86abcb37c3a4b64f74f59301aff131a1becc787",
"notabene_asset": "ZIL-BSC",
"notabene_description": "Zilliqa (BSC)",
"decimals": "12",
"coingecko_id": "zilliqa",
"notabene_network": "binance_smart_chain",
"elliptic_asset": "ZIL",
"elliptic_blockchain": "binance_smart_chain",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZIL",
"chainalysis_network": "Binance_Smart_Chain",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27",
"notabene_asset": "ZIL-ETH",
"notabene_description": "Zilliqa (ETH)",
"decimals": "12",
"coingecko_id": "zilliqa",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ZIL",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZIL",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xaa602de53347579f86b996d2add74bb6f79462b2",
"notabene_asset": "ZMT",
"notabene_description": "Zipmex token",
"decimals": "18",
"coingecko_id": "zipmex-token",
"notabene_network": "ethereum",
"elliptic_asset": "",
"elliptic_blockchain": "",
"elliptic_token": "",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZMT",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
},
{
"asset_type": "eip155:1/erc20:0xe41d2489571d322189246dafa5ebde1f4699f498",
"notabene_asset": "ZRX",
"notabene_description": "0x",
"decimals": "18",
"coingecko_id": "0x",
"notabene_network": "ethereum",
"elliptic_asset": "ERC20",
"elliptic_blockchain": "ethereum",
"elliptic_token": "ZRX",
"trmlabs_asset": "",
"trmlabs_chain": "",
"chainalysis_asset": "ZRX",
"chainalysis_network": "Ethereum",
"coinfirm_asset_type": "",
"coinmarketcap_id": ""
}
]
}
Coins not supported
For us to support a coin/virtual asset, there’s two things that are needed:
- It needs to be in Coingecko and it should have a price (if the value of it in Coingecko is 0, it will not trigger the threshold and therefore no travel rule will be required).
- It needs to be supported by Notabene (i.e. we have added into our list of supported tokens that you see above)
We can also use data from CoinMarketCap if, for some reason, the coin is not in / does not have a value in Coingeko.
Requesting new coins to be added
You can request coins in the discussions tab or send an email to [email protected]
If possible, please provide the token name, the number of decimals, contract address, the network, etc. to make the process faster.
Coins with memo or tag
A destination tag is a special identifier used in XRP transactions. In Stellar, the destination tag is called memo. Many VASPs have one XRP and XLM address for all customers and the only way to identify who should receive the payment is this identifier which is unique for every user.
To be able to include this information in the travel rule message you send, we recommend that the memo/tag is added as the "accountNumber":
Address: rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY
Tag: 12345
{
"transactionAsset": "xrp",
"transactionAmount": "72000000000",
"originatorVASPdid": "{{vaspDID}}",
"beneficiaryVASPdid": "did:ethr:0x270d4f239359471f1d1c80781a53cf8105f7d08f",
"transactionBlockchainInfo": {
"txHash": "",
"origin": "",
"destination": "rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY"
},
"beneficiary": {
"beneficiaryPersons": [
{
"naturalPerson": {
"name": [
{
"nameIdentifier": [
{
"primaryIdentifier": "Bruce",
"secondaryIdentifier": "Wayne",
"nameIdentifierType": "LEGL"
}
]
}
]
}
}
],
"accountNumber": [
"12345"
]
}
}
Some of the virtual assets that require a memo or tag now also have an integrated address format where everything is part of one string. If you are storing the old format in your internal address book and your counterparty is using the new, you need to decode it before looking it up to confirm that it's yours:
XRP X-address encode/decode
The new 𝗫-address format aims to replace the use of a separate destination tag when sending funds to a multi-user wallet the XRP ledger, like those of exchanges and custodial services.
If you are using the integrated address instead of the separated version, you use it as you would any other wallet address:
{
"transactionAsset": "xrp",
"transactionAmount": "72000000000",
"originatorVASPdid": "{{vaspDID}}",
"beneficiaryVASPdid": "did:ethr:0x270d4f239359471f1d1c80781a53cf8105f7d08f",
"transactionBlockchainInfo": {
"txHash": "",
"origin": "",
"destination": "XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD28Sq49uo34VyjnmK5H"
},
If you are not able to seperate the tag/memo into separate parts, you can pass the information in the "destination" with a colon like this: rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY:12345
Updated 2 days ago