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 -X POST "https://docs-demo.bch-mainnet.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.bch-mainnet.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"result": {3"locked": {4"used": 64128,5"free": 1408,6"total": 65536,7"locked": 65536,8"chunks_used": 2002,9"chunks_free": 210}11},12"error": null,13"id": 114}
1{2"result": {3"locked": {4"used": 64128,5"free": 1408,6"total": 65536,7"locked": 65536,8"chunks_used": 2002,9"chunks_free": 210}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