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