Skip to main content

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

stream of JSON representation of the requests in the mempool

Schema
  • Array [
  • integer int32
  • ]
curl -L -X GET '/v1/chains/:chainID/mempool' \
-H 'Accept: application/octet-stream' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!