跳转到主要内容
GET
/
v1
/
blockchain
区块链 - 列表
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
  }
]

授权

Authorization
string
header
必填

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

响应

200 - application/json
symbol
string
必填

区块链符号

示例:

"SOL"

name
string
必填

区块链名称

示例:

"Solana"

explorerUrl
string
必填

区块链浏览器URL

示例:

"https://explorer.solana.com"

chainId
number
必填

区块链链ID

示例:

1