Skip to main content

Get the request ids for a certain block index

GET 

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

Get the request ids for a certain block index

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    blockIndex int32required

    Possible values: >= 1

    BlockIndex (uint32)

Query Parameters

    block string

    Block index or trie root

Responses

A list of request ids (ISCRequestID[])

Schema
    requestIds string[]required
Loading...