Skip to main content

Get the request ids for the latest block

GET 

//v1/chains/:chainID/core/blocklog/blocks/latest/requestids

Get the request ids for the latest block

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

Query Parameters

    block string

    Block index or trie root

Responses

A list of request ids (ISCRequestID[])

Schema
    requestIds string[]required
curl -L -X GET '/v1/chains/:chainID/core/blocklog/blocks/latest/requestids' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Parameters
— pathrequired
— query
ResponseClear

Click the Send API Request button above and see the response here!