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

Flush txpool

Flush tx ids from transaction pool

post

Removes transactions from the transaction pool. If no txids are provided, all transactions in the pool are flushed.

Authorizations
api-keystringRequired
Body
jsonrpcstringOptionalExample: 2.0
idstringOptionalExample: 0
methodstringOptionalExample: flush_txpool
Responses
200

Transactions flushed successfully

application/json
idstringOptional
jsonrpcstringOptional
post/json_rpc

Last updated