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