Wallet API
Token
Get Token Info By Id

Get Token Info By Id - Wallet & Data API

Get Token Info By Id - Returns token basic info

Get Token Info By Id - [Value: 367CU]
Returns detailed information for a specific blockchain network
GET https://lb.drpc.live/lambda/{key}/v1/tokens/{token_id}
Use cases

Use cases

  • Retrieve detailed information about a specific token
  • Validate a token
Constraints

Constraints

  • Requires a valid token_id parameter
  • Returns data only for tokens currently 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 GET https://lb.drpc.live/lambda/{key}/v1/tokens/{token_id} \
  --header 'accept: application/json'
Copy
Response
200
{
  "data": {
    "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
token_idstring
[Required] Token ID in Wallet API

Query params

ParametersThis method does not accept any parameters.

Request params

ParametersThis method does not accept any parameters.

Response

200

Response params

object
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