getmemoryinfo RPC Method
Parameters
mode
string
Loading...
Returns
locked
Loading...
used
Loading...
free
Loading...
total
Loading...
locked
Loading...
chunks_used
Loading...
chunks_free
Loading...
error
Loading...
Request
1curl https://docs-demo.btc.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.btc.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": 1872,5"free": 260272,6"total": 262144,7"locked": 262144,8"chunks_used": 52,9"chunks_free": 710}11},12"error": null,13"id": null14}
1{2"result": {3"locked": {4"used": 1872,5"free": 260272,6"total": 262144,7"locked": 262144,8"chunks_used": 52,9"chunks_free": 710}11},12"error": null,13"id": null14}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free