{ "opencollection": "1.0.0", "info": { "name": "OpenSea Account Endpoints Transaction Endpoints API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transaction Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Get transaction receipt", "type": "http" }, "http": { "method": "POST", "url": "https://api.opensea.io/api/v2/transactions/receipt", "body": { "type": "json", "data": "{}" } }, "docs": "Get the receipt/status for a submitted transaction. Works for all transaction types including listing fulfillments, cross-chain buys, sweeps, offer fulfillments, and token swaps. Poll this endpoint after submitting transactions to check completion status." } ] } ], "bundled": true }