Use the navigation menu to view details about each endpoint & what data it returns.
Each request uses the root url below combined with a specific API path; all paths are accessible via GET or POST requests.
https://api.spyglass.pw/banano/<request-path>
Each POST request expects a JSON body; below is an example:
curl -X POST https://api.spyglass.pw/banano/v1/representatives
-H 'Content-Type: application/json'
-d '{"minimumWeight":"100000"}'