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 -X POST "https://docs-demo.btc.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getmemoryinfo",6"params": [],7"id": 18}'
1curl -X POST "https://docs-demo.btc.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "getmemoryinfo",6"params": [],7"id": 18}'
Response
1{2"jsonrpc": "2.0",3"result": {4"locked": {5"used": 1760,6"free": 260384,7"total": 262144,8"locked": 262144,9"chunks_used": 45,10"chunks_free": 411}12},13"id": 114}
1{2"jsonrpc": "2.0",3"result": {4"locked": {5"used": 1760,6"free": 260384,7"total": 262144,8"locked": 262144,9"chunks_used": 45,10"chunks_free": 411}12},13"id": 114}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free