π API Access
Your API key can be found at the bottom of the node dashboard page for any of your nodes: https://nodes.presearch.com/dashboard
Node Status API
GET
https://nodes.presearch.com/api/nodes/status/:api_key
Return the current status of all your nodes as well as (optionally) aggregated data for those nodes. Notes: * The connected and disconnected parameters cannot both be set to "false". In this case the default (connected only) will be used. * Replace :api_key with your API key. For example: /api/nodes/status/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Path Parameters
Query Parameters
API Request Rate Limits:
The node status API enforces the following request rate limits PER NODE to ensure reasonable use of the API by node operators:
Requests without stats (default, stats=false
): Up to 4 requests per minute
Requests with stats (stats=true
): Up to 4 requests per hour
If you request status for any node more frequently than this your API will be temporarily blocked.
Last updated