Get the request ids for the latest block
GET/v1/chains/:chainID/core/blocklog/blocks/latest/requestids
Get the request ids for the latest block
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
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...