English
Get list of supported blockchains
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/blockchain \ --header 'Authorization: Bearer <token>'
[ { "symbol": "SOL", "name": "Solana", "explorerUrl": "https://explorer.solana.com", "chainId": 1 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Blockchain symbol
"SOL"
Blockchain name
"Solana"
Blockchain explorer URL
"https://explorer.solana.com"
Blockchain chain ID
1
Was this page helpful?