{ "opencollection": "1.0.0", "info": { "name": "Safe Transaction Service 4337 contracts API", "version": "6.3.0" }, "items": [ { "info": { "name": "contracts", "type": "folder" }, "items": [ { "info": { "name": "contracts_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/contracts/", "params": [ { "name": "trusted_for_delegate_call", "value": "", "type": "query" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Please migrate to the new [safe-decoder-service](https://docs.safe.global/core-api/safe-decoder-service-overview)" }, { "info": { "name": "contracts_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/tx-service/eth/api/v1/contracts/:address/", "params": [ { "name": "address", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Please migrate to the new [safe-decoder-service](https://docs.safe.global/core-api/safe-decoder-service-overview)" } ] } ], "bundled": true }