Skip to main content

Mempool by address

GET /mempool/addresses/:address

List of mempool transactions where at least one of the transaction inputs or outputs belongs to the address. Shows only transactions submitted via Blockfrost.io.

Hosted Endpoint only available for hosted variant.

Request

Path Parameters

    address 64-character case-sensitive hexadecimal string. required

    Bech32 address.

    Example: addr1qxqs59lphg8g6qndelq8xwqn60ag3aeyfcp33c2kdp46a09re5df3pzwwmyq946axfcejy5n4x0y99wqpgtp2gd0k09qsgy6pz

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...