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