지원되는 블록체인 목록 조회
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>
성공 응답
블록체인 체인 ID
1
블록체인 익스플로러 URL
"https://explorer.solana.com"
블록체인 표시 이름
"Solana"
블록체인 티커 심볼
"SOL"
이 페이지가 도움이 되었나요?