Last updated 3 days ago
Was this helpful?
Returns detailed information about all transactions currently in the transaction pool.
This method will use 500 .
500
None
Object - An object categorized by pending and queued transactions, including sender addresses and detailed transaction data.
Object
// Result { "jsonrpc": "2.0", "id": 67, "result": { "pending": {}, "queued": {} } }
curl https://mainnet.mezo.validationcloud.io/v1/<YOUR_API_KEY_HERE> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"txpool_content","params":[],"id":67}'