FULL NAME
SUBJECT
Customer Support
Customer Support
Business / Sales
Partnership
Feedback
Other
TEXT MESSAGE
0/300
⚡ Test Our Private Nodes of 40+ Blockchains just for $50!
Method: POST flush_txpool
Method not allowed
Flush tx ids from transaction pool
txids
- array of strings
Optional, list of transactions IDs to flush from pool (all tx ids flushed if empty).
curl --location --request POST 'https://xmr.getblock.io/mainnet/json_rpc' \ --header 'x-api-key: YOUR-API-KEY' \ --header 'Content-Type: application/json' \ --data-raw '{"jsonrpc": "2.0", "method": "flush_txpool", "params": {"txids": "dc16fa8eaffe1484ca9014ea050e13131d3acf23b419f33bb4cc0b32b6c49308"}, "id": "getblock.io"}'
{ "result": "null", "id": "getblock.io", "status_code": 405, "message": "Method not allowed" }