{ "opencollection": "1.0.0", "info": { "name": "Superform Auxiliary Migrate API", "version": "1.0.0" }, "items": [ { "info": { "name": "Migrate", "type": "folder" }, "items": [ { "info": { "name": "Get transaction for migration", "type": "http" }, "http": { "method": "POST", "url": "https://api.superform.xyz/migrate/start", "params": [ { "name": "need_approval", "value": "false", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get transaction for migration using user address and tokens user wants to migrate" }, { "info": { "name": "Get user vault shares", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/migrate/user-vault-shares/:user_address", "params": [ { "name": "user_address", "value": "0x0000000000000000000000000000000000000000", "type": "path" }, { "name": "force_balance", "value": "false", "type": "query" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get user erc4626 vault share balances" } ] } ], "bundled": true }