Skip to main content
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"
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.debridge.com/llms.txt

Use this file to discover all available pages before exploring further.

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,
100000019,
100000020,
100000021,
100000022,
100000023,
100000025,
100000026,
100000027,
100000028,
100000029,
100000030,
100000031

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