{ "opencollection": "1.0.0", "info": { "name": "REST api to TON blockchain explorer Accounts Multisig API", "version": "2.0.0" }, "items": [ { "info": { "name": "Multisig", "type": "folder" }, "items": [ { "info": { "name": "getMultisigAccount", "type": "http" }, "http": { "method": "GET", "url": "https://tonapi.io/v2/multisig/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "account ID" } ] }, "docs": "Get multisig account info" }, { "info": { "name": "getMultisigOrder", "type": "http" }, "http": { "method": "GET", "url": "https://tonapi.io/v2/multisig/order/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "account ID" } ] }, "docs": "Get multisig order" } ] } ], "bundled": true }