Get the contents of the mempool.
GET/v1/chains/:chainID/mempool
Get the contents of the mempool.
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
Responses
- 200
- 401
stream of JSON representation of the requests in the mempool
- application/octet-stream
- Schema
- Example (from schema)
Schema
- Array [
- ]
integer int32
[
0
]
Unauthorized (Wrong permissions, missing token)
- application/octet-stream
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...