{ "opencollection": "1.0.0", "info": { "name": "REST api to TON blockchain explorer Accounts Connect API", "version": "2.0.0" }, "items": [ { "info": { "name": "Connect", "type": "folder" }, "items": [ { "info": { "name": "getTonConnectPayload", "type": "http" }, "http": { "method": "GET", "url": "https://tonapi.io/v2/tonconnect/payload" }, "docs": "Get a payload for further token receipt" }, { "info": { "name": "getAccountInfoByStateInit", "type": "http" }, "http": { "method": "POST", "url": "https://tonapi.io/v2/tonconnect/stateinit", "body": { "type": "json", "data": "{}" } }, "docs": "Get account info by state init" } ] } ], "bundled": true }