FedoraGold Technical Documentation

  1. Home
  2. Docs
  3. FedoraGold Technical Documentation
  4. API: fedoragold_daemon (http post: JSON req)
  5. gettransactionspool

gettransactionspool

curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc": "2.0", "method":"gettransactionspool"}' http://localhost:30159/json_rpc

requestresponse
transactions
hash
fee
amount_out
size
receive_time
status

sample:

{"jsonrpc":"2.0","result":{"status":"OK","transactions":[{"amount_out":99950000007,"fee":100000000,"hash":"0fa76576a96ff84044599983b55997d14962c0e0776e6d99408dab6850bf2aee","receive_time":1614099142,"size":932},{"amount_out":149034649150,"fee":100000000,"hash":"51df76885e764001d8e307754c095f036e6fb1d81f4c0818831cd6d12dc09b2f","receive_time":1614099140,"size":4273},{"amount_out":651669925442,"fee":100000000,"hash":"41303f463e55e44ef2cc5266bd0928d31008887c3914f80a9d7f99fdc654012d","receive_time":1614099142,"size":7160}]}}

Was this article helpful to you? Yes 2 No

How can we help?