getmemoryinfo RPC Method
Parameters
mode
string
Loading...
Returns
result
object
Loading...
locked
object
Loading...
used
integer
Loading...
free
integer
Loading...
total
integer
Loading...
locked
integer
Loading...
chunks_used
integer
Loading...
chunks_free
integer
Loading...
error
string
Loading...
id
integer
Loading...
Request
1curl https://docs-demo.bch-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getmemoryinfo" }'5
1curl https://docs-demo.bch-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "getmemoryinfo" }'5
Response
1{2"result": {3"locked": {4"used": 96,5"free": 262048,6"total": 262144,7"locked": 262144,8"chunks_used": 1,9"chunks_free": 110}11},12"error": null,13"id": 114}
1{2"result": {3"locked": {4"used": 96,5"free": 262048,6"total": 262144,7"locked": 262144,8"chunks_used": 1,9"chunks_free": 110}11},12"error": null,13"id": 114}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free