{ "opencollection": "1.0.0", "info": { "name": "REST api to TON blockchain explorer Accounts Events API", "version": "2.0.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "getEvent", "type": "http" }, "http": { "method": "GET", "url": "https://tonapi.io/v2/events/:event_id", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "event_id", "value": "", "type": "path", "description": "event ID or transaction hash in hex (without 0x) or base64url format" } ] }, "docs": "Get an event either by event ID or a hash of any transaction in a trace. An event is built on top of a trace which is a series of transactions caused by one inbound message. TonAPI looks for known patterns inside the trace and splits the trace into actions, where a single action represents a meaningful high-level operation like a Jetton Transfer or an NFT Purchase. Actions are expected to be shown to users. It is advised not to build any logic on top of actions because actions can be changed at " }, { "info": { "name": "emulateMessageToEvent", "type": "http" }, "http": { "method": "POST", "url": "https://tonapi.io/v2/events/emulate", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "ignore_signature_check", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Emulate sending message to retrieve general blockchain events" } ] } ], "bundled": true }