{ "opencollection": "1.0.0", "info": { "name": "Story Protocol API Reference Collections Transactions API", "version": "v1" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.storyapis.com/api/v3/transactions", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Chain", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a paginated, filtered list of Transactions" }, { "info": { "name": "List Latest Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.storyapis.com/api/v3/transactions/latest", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Chain", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a paginated, filtered list of Latest Transactions" }, { "info": { "name": "Get a Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.storyapis.com/api/v3/transactions/:trxId", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Chain", "value": "" } ], "params": [ { "name": "trxId", "value": "", "type": "path", "description": "Transaction ID" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a Transaction" } ] } ], "bundled": true }