Get Supported Chain By Id - Wallet & Data API
Get Supported Chains - Returns detailed information for a specific blockchain network
Get Supported Chain By Id - [Value: 367CU]
Returns detailed information for a specific blockchain network
GET https://lb.drpc.live/lambda/{key}/v1/chains/{chain_id}
Use cases
- Retrieve detailed information about a specific blockchain network
- Validate a chain before sending requests to it
Constraints
- Requires a valid chain_id parameter
- Returns data only for chains currently supported
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/lambda/{key}/v1/chains/{chain_id} \
--header 'accept: application/json'Response
200
{
"data": {
"type": "chain",
"id": "arbitrum",
"id_numeric": 42161,
"name": "Arbitrum",
"native_token_id": "eth"
}
}Path params
keystring
[Required] Your dRPC API key
chain_idstring
[Required] Chain ID in Wallet API
Query params
Request params
Response
200
Response params
object
dataobject
[Required] Chain data
object
typestring
[Required] Item type
idstring
[Required] Chain ID in Wallet API
id_numericinteger
Numeric chain ID
namestring
[Required] Chain name
native_token_idstring
[Required] Native token identifier