Documentation

Mempool API

The mempool node collects transactions, bundles them for new blocks, and validates blocks produced by the mining network. A limited set of long-lived mempool nodes may exist on the network, depending on configuration and policy.

Public base URL

Documentation examples call the mempool at https://mempool.lineage.to — append the operation path from the table (for example POST https://mempool.lineage.to/fetch_balance). For another network, use that environment’s mempool base; keep the same route names and body shapes as in each reference page.

Documented routes

Each row links to request headers, body shape, and response envelope details.

OperationReference
addressAddress (mempool API)
create_item_assetcreate_item_asset
create_transactionscreate_tx
fetch_balancefetch_balance
infoinfo (mempool API)
issued_supplyissued_supply
total_supplytotal_supply
transactionTransaction (mempool API)

Related topics