{ "opencollection": "1.0.0", "info": { "name": "Thornode Auth Actions API", "version": "3.19.1" }, "items": [ { "info": { "name": "Actions", "type": "folder" }, "items": [ { "info": { "name": "Actions List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/actions", "params": [ { "name": "address", "value": "tbnb1fj2lqj8dvr5pumfchc7ntlfqd2v6zdxqwjewf5", "type": "query", "description": "Comma separated list. Address of sender or recipient of any in/out transaction related\nto the action.\n" }, { "name": "txid", "value": "2F624637DE179665BA3322B864DB9F30001FD37B4E0D22A0B6ECE6A5B078DAB4", "type": "query", "description": "ID of any in/out tx related to the action" }, { "name": "asset", "value": "", "type": "query", "description": "Comma separated list. Any asset that is part of the action (CHAIN.SYMBOL)\nAdditionally, synth, nosynth, and norune filters can be used for swap, add/withdraw actions.\n" }, { "name": "type", "value": "swap,addLiquidity", "type": "query", "description": "One or more comma separated unique types of action\n(swap, addLiquidity, withdraw, donate, refund, switch, thorname, runePoolDeposit, runePoolWithdraw)\n" }, { "name": "txType", "value": "loanOpen,loanRepayment", "type": "query", "description": "One or more comma separated transaction type of the action, it's the tx type parsed\nfrom memo. For example: Loan is a swap event but it's considered as loan tx type\nType of Transactions: \n\"unknown\", \"add\", \"withdraw\", \"swap\", \"limitOrder\", \"outbound\", \"donate\",\n\"bond\", \"unbond\", \"leave\", \"yggdrasilFund\", \"yggdrasilReturn\", \"reserve\",\n\"refund\", \"migrate\", \"ragnarok\", \"switch\", \"noOp\", \"consolidate\", \"thorname\",\n\"loanOpen\", \"loanRepayment\"\n" }, { "name": "affiliate", "value": "", "type": "query", "description": "Comma separated list. Affiliate address of the action (swap, refund)\n" }, { "name": "limit", "value": "", "type": "query", "description": "number of actions returned, default is 50" }, { "name": "offset", "value": "", "type": "query", "description": "pagination offset, default is 0" }, { "name": "nextPageToken", "value": "", "type": "query", "description": "if this is given, the actions for the next page will be given" }, { "name": "timestamp", "value": "", "type": "query", "description": "if this is given, the actions older than the timestamp will be given" }, { "name": "height", "value": "", "type": "query", "description": "if this is given, the actions older than the height will be given" }, { "name": "prevPageToken", "value": "", "type": "query", "description": "if this is given, the actions for the previous page will be given" }, { "name": "fromTimestamp", "value": "", "type": "query", "description": "if this is given, the actions newer than the timestamp will be given" }, { "name": "fromHeight", "value": "", "type": "query", "description": "if this is given, the actions newer than the height will be given" } ] }, "docs": "List actions along with their related transactions. An action is generated by one or more\ninbound transactions with the intended action set in the transaction memo. The action may\nresult in one or more outbound transactions. Results are paginated by sets of 50.\nFilters may be applied to query actions.\n" } ] } ], "bundled": true }