v1

latestOpenAPI 3.0.12026-07-177294143.2 KB
corecontracts

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

chainIdstring string required
isProcessedboolean required
requestIdstring string required

Example response

{
  "chainId": "chainId",
  "requestId": "requestId",
  "isProcessed": true
}