Skip to main content

Get the request processing status

GET 

/v1/chains/:chainID/core/blocklog/requests/:requestID/is_processed

Get the request processing status

Request

Path Parameters

    chainID stringrequired

    ChainID (Bech32)

    requestID stringrequired

    RequestID (Hex)

Query Parameters

    block string

    Block index or trie root

Responses

The processing result

Schema
    chainId stringrequired
    isProcessed booleanrequired
    requestId stringrequired
Loading...