특정 블록체인의 최신 블록 정보 조회
cURL
curl --request GET \ --url https://api.chainstream.io/v2/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>
지원되는 네트워크에 나열된 체인 이름 Supported blockchain chains
sol
eth
bsc
성공 응답
최신 블록 해시
"123"
마지막 유효 블록 높이
123
이 페이지가 도움이 되었나요?