Skip to main content

Mempool

GET /mempool

Return transactions that are currently stored in Blockfrost mempool, waiting to be included in a newly minted block. Shows only transactions submitted via Blockfrost.io.

Hosted Endpoint only available for hosted variant.

Request

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    Ordered by the time of transaction submission. By default, we return oldest first, newest last.

Responses

Return the contents of the mempool


Schema
  • Array [
  • tx_hash string required

    Hash of the transaction

  • ]
Loading...