GET
/
v1.0
/
token-list
cURL
curl --request GET \
  --url https://dln.debridge.finance/v1.0/token-list
{
  "tokens": {
    "0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd": {
      "symbol": "BTC++",
      "name": "PieDAO BTC++",
      "decimals": 18,
      "address": "0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd",
      "logoURI": "https://tokens.1inch.io/0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd.png",
      "tags": [
        "tokens",
        "PEG:BTC"
      ]
    }
  }
}

Query Parameters

chainId
enum<string>
required

ID of a chain

Available options:
1,
10,
56,
137,
8453,
42161,
43114,
59144,
7565164,
100000001,
100000002,
100000008,
100000009,
100000013,
100000014,
100000017,
100000020,
100000021,
100000022,
100000023,
100000025,
100000026,
100000027,
100000028

Response

200 - application/json
tokens
object
required
Example:
{
"0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd": {
"symbol": "BTC++",
"name": "PieDAO BTC++",
"decimals": 18,
"address": "0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd",
"logoURI": "https://tokens.1inch.io/0x0327112423f3a68efdf1fcf402f6c5cb9f7c33fd.png",
"tags": ["tokens", "PEG:BTC"]
}
}