{ "opencollection": "1.0.0", "info": { "name": "Magic Eden EVM Activity Runes Sweeping API", "version": "v4" }, "items": [ { "info": { "name": "Runes Sweeping", "type": "folder" }, "items": [ { "info": { "name": "Get an unsigned PSBT for buying a rune", "type": "http" }, "http": { "method": "POST", "url": "https://api-mainnet.magiceden.dev/v4/evm-public/v2/ord/btc/runes/psbt/get-sweeping", "body": { "type": "json", "data": "{}" } }, "docs": "Get an unsigned PSBT for buying a rune" }, { "info": { "name": "Submit a signed PSBT for buying a rune", "type": "http" }, "http": { "method": "POST", "url": "https://api-mainnet.magiceden.dev/v4/evm-public/v2/ord/btc/runes/sweeping", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a signed PSBT for buying a rune" } ] } ], "bundled": true }