メインコンテンツへスキップ
GET
/
v2
/
blockchain
ブロックチェーン - 一覧
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"
  }
]

承認

Authorization
string
header
必須

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

レスポンス

200 - application/json

成功レスポンス

chainId
integer<int64>
必須

ブロックチェーンのチェーン ID

:

1

explorerUrl
string
必須

ブロックチェーンエクスプローラー URL

:

"https://explorer.solana.com"

name
string
必須

ブロックチェーンの表示名

:

"Solana"

symbol
string
必須

ブロックチェーンのティッカーシンボル

:

"SOL"