For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mempool

Get transactions currently in the mempool

get

Returns a list of transactions currently waiting in the mempool, grouped by source and destination groups.

Authorizations
api-keystringRequired
Responses
200

A list of mempool transactions grouped by fromGroup and toGroup

application/json
fromGroupintegerOptional

Source group ID of the transaction

Example: 2
toGroupintegerOptional

Destination group ID of the transaction

Example: 1
get/mempool/transactions

Last updated