Skip to main content
GET
Blockchain - List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

chainId
integer<int64>
required

Blockchain chain ID

Example:

1

explorerUrl
string
required

Blockchain explorer URL

Example:

"https://explorer.solana.com"

name
string
required

Blockchain display name

Example:

"Solana"

symbol
string
required

Blockchain ticker symbol

Example:

"SOL"