getmemoryinfo
Bitcoin node API
getmemoryinfo | Bitcoin
The getmemoryinfo method provides detailed information about the memory usage of the node. getmemoryinfo on Bitcoin via Chainstack.
POST
getmemoryinfo
The
getmemoryinfo method provides detailed information about the memory usage of the node. It can return data in two formats: a summary view (stats) or a detailed XML format (mallocinfo).
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
mode(optional): Specifies the format of the memory information. Can be eitherstatsfor a summary view ormallocinfofor detailed XML format. The default isstats.
Response
result— an object containing memory information in the requested format.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request.
Use case
Thegetmemoryinfo method is useful for monitoring the memory usage of the node, helping in diagnosing memory-related issues or for general performance monitoring.Body
application/json
Last modified on May 18, 2026