Home

Flush tx ids from transaction pool

POST
https://xmr.nownodes.io/json_rpc

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

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

Body

application/json
jsonrpcstring
idstring
methodstring
paramsobject
Show child attributes
txidsArray<string>

List of transaction IDs to flush. Flushes all if empty.

Response

200OK

Transactions flushed successfully

400Bad Request

Bad Request - missing or invalid parameters

403Forbidden

Forbidden

404Not Found

Not Found

500Internal Server Error

Internal server error