Skip to main content
POST
txpool_status
Arc API method that returns the number of transactions currently pending or queued in the transaction pool.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • none

Response

  • result — an object with:
    • pending — number of pending transactions (hex)
    • queued — number of queued transactions (hex)

txpool_status code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:txpool_status
params
array

Response

200 - application/json

Returns the result of txpool_status.

jsonrpc
string
id
integer
result
object
Last modified on August 3, 2026