Skip to content

token.address.get_mempool

token.address.get_mempool

Return the unconfirmed token transactions of a Nexa or Bitcoin Cash address.

Signature

Function: token.address.get_mempool(address, cursor (optional), token (optional), filter { "from_height": 0, ...} (optional))

Version added: Rostrum 6.0

  • address

    Address encoded as a CashAddr string (with or without prefix). Legacy addresses (base58) are also supported.

  • cursor

    Placeholder for pagination.

  • token

    Token ID as cashaddr encoded or hexadecimal string. If provided, will filter out transactions that do not include token.

  • filter

    Filter dict for what transactions/utxos are included in the result. Valid filters are:

    • offset - Skip the first n elements (default: 0)
    • limit - Return at most n elements. Use '0' for no limit (default: 0)

Result

As for token.scripthash.get_mempool