简体中文
获取特定区块链的最新区块信息
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/blockchain/{chain}/latest_block \ --header 'Authorization: Bearer <token>'
{ "blockhash": "123", "lastValidBlockHeight": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络中列出的区块链名称
sol
base
bsc
polygon
arbitrum
optimism
avalanche
eth
zksync
sui
最新区块哈希
"123"
最后有效区块高度
123
此页面对您有帮助吗?