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
- 200
- 401
A list of request ids (ISCRequestID[])
- application/json
- Schema
- Example (from schema)
Schema
requestIds string[]required
{
"requestIds": [
"requestIds",
"requestIds"
]
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...