{ "opencollection": "1.0.0", "info": { "name": "Safe Transaction Service 4337 about API", "version": "6.3.0" }, "items": [ { "info": { "name": "about", "type": "folder" }, "items": [ { "info": { "name": "about_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Returns information and configuration of the service" }, { "info": { "name": "about_deployments_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/deployments/", "params": [ { "name": "version", "value": "", "type": "query", "description": "Filter by Safe version" }, { "name": "contract", "value": "", "type": "query", "description": "Filter by Safe contract name" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Returns a list of safe deployments by version" }, { "info": { "name": "about_ethereum_rpc_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/ethereum-rpc/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get information about the Ethereum RPC node used by the service" }, { "info": { "name": "about_ethereum_tracing_rpc_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/ethereum-tracing-rpc/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get information about the Ethereum Tracing RPC node used by the service (if any configured)" }, { "info": { "name": "about_indexing_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/indexing/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get current indexing status for ERC20/721 events" }, { "info": { "name": "about_singletons_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/about/singletons/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Returns a list of Master Copies configured in the service" } ] } ], "bundled": true }