v1
latestOpenAPI 3.0.12026-07-177294143.2 KBcorecontracts
Get the request processing status
get/v1/chains/{chainID}/core/blocklog/requests/{requestID}/is_processed
Path parameters
chainIDstring string required
ChainID (Bech32)
requestIDstring string required
RequestID (Hex)
Query parameters
blockstring string
Block index or trie root
Response
The processing result
Example response
{
"chainId": "chainId",
"requestId": "requestId",
"isProcessed": true
}