{ "opencollection": "1.0.0", "info": { "name": "Triton One Customers Accounts Standard API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Standard", "type": "folder" }, "items": [ { "info": { "name": "Solana JSON-RPC Call", "type": "http" }, "http": { "method": "POST", "url": "https://customers.triton.one/", "body": { "type": "json", "data": "{}" } }, "docs": "Single JSON-RPC entrypoint. Set the `method` field to one of Triton's supported methods. See operation examples for Triton's custom methods.\n" } ] } ], "bundled": true }