Get the contents of the mempool.
GET//v1/chains/:chainID/mempool
Authorization: Authorization
name: Authorizationtype: apiKeydescription: JWT Tokenin: header
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"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/v1/chains/:chainID/mempool' \
-H 'Accept: application/octet-stream' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear