Skip to main content

getmemoryinfo RPC Method

Loading...

Updated on
Feb 03, 2026

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
1
curl -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": 1
8
}'
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": 4
11
}
12
},
13
"id": 1
14
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free