Wallet API
Token
Get Supported Tokens

Get Supported Tokens - Wallet & Data API

Get Supported Tokens - Returns a paginated list of all tokens supported by Lambda API across different blockchain networks.

Get Supported Tokens - [Value: 1102CU]
Returns a paginated list of all tokens supported by Lambda API across different blockchain networks.
Per-chain: GET https://lb.drpc.live/{chain}/{key}/lambda/v1/tokens
Multichain: GET https://lb.drpc.live/lambda/{key}/v1/tokens
Use cases

Use cases

  • Retrieve the list of all supported tokens
  • Check if a specific token is supported
Constraints

Constraints

  • The response reflects only currently supported tokens and may change over time
  • No filtering parameters are supported
Get started
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
curl --request GET \
  --url https://lb.drpc.live/{chain}/{key}/lambda/v1/tokens \
  --header 'accept: application/json'
Copy
Response
200
{
  "next_page_token": "1",
  "data": {
    "tokens": [
      {
        "type": "token",
        "id": "8de20069-4b73-4752-90f1-a5633ae4cbe9",
        "symbol": "U",
        "name": "Uranium3o8",
        "icon_url": "https://static.lambda.p2p.org/tokens/arbitrum/0x6604b5da093f3f35066c6c79e51d581a44c35288.png",
        "implementations": [
          {
            "chain_id": "arbitrum",
            "chain_name": "Arbitrum",
            "chain_id_numeric": 42161,
            "address": "0x6604b5da093f3f35066c6c79e51d581a44c35288",
            "decimals": 18
          },
          {
            "chain_id": "ethereum",
            "chain_name": "Ethereum",
            "chain_id_numeric": 1,
            "address": "0x8cc379a292a47cb8406fb1bd8a6d98f442275f0e",
            "decimals": 18
          }
        ]
      }
    ]
  }
}
Copy

Path params

Parameters
keystring
[Required] Your dRPC API key
chainstring
Chain name (only for per-chain URL).

Query params

Parameters
page_tokenstring
Token to retrieve next page.
limitinteger
[Required] Amount of items to be retrieved.
chain_idstring
Id of a chain. default: all chains

Request params

ParametersThis method does not accept any parameters.

Response

200

Response params

object
next_page_tokenstring
Token to retrieve next page.
dataobject
[Required] Chain data
object
typestring
[Required] Item type
idstring
[Required] Chain ID in Wallet API
symbolstring
[Required] Symbol of the token
namestring
[Required] Token name
icon_urlstring
URL to download icon of the token.
implementationsarray
[Required] List of chains where tokens are implemented.
object
chain_idstring
[Required] id of a chain in Lambda API
chain_namestring
[Required] name of a chain in Lambda API
chain_id_numericinteger
Numeric id of the chain
addressstring
[Required] Token contract address in related chain
decimalsinteger
[Required] Decimals