取得支援的區塊鏈列表
cURL
curl --request GET \ --url https://api.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>
成功回應
區塊鏈 Chain ID
1
區塊鏈瀏覽器 URL
"https://explorer.solana.com"
區塊鏈顯示名稱
"Solana"
區塊鏈代號
"SOL"
這個頁面有幫助嗎?