Skip to main content

f_on_transactions_pool_json

Returns the list of transaction hashes present in mempool.

URL: http://127.0.0.1:21698/json_rpc

Request:

{
"jsonrpc":"2.0",
"method":"f_on_transactions_pool_json",
"params":{

}
}

Request description:

Response:

{
"jsonrpc":"2.0",
"result":{
"status":"OK",
"transactions":[
{
"hash":"0f681...",
"amount_out":548854,
"fee":435,
"size":4187
}
]
}
}

Response description:

  "status": Status of the call
"transactions": Array of transactions in mempool
"hash": Hash of the transaction
"amount_out": Total amount present in the transaction
"fee": Total fees of the transaction
"size": Total size of the transaction