{ "opencollection": "1.0.0", "info": { "name": "Superform Auxiliary Explorer API", "version": "1.0.0" }, "items": [ { "info": { "name": "Explorer", "type": "folder" }, "items": [ { "info": { "name": "Get user blast transaction galxe eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/explorer/galxe/blast/:user", "params": [ { "name": "user", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get user blast transaction galxe eligibility" }, { "info": { "name": "Get user cross chain transaction galxe eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/explorer/galxe/crossChainTransaction/:user", "params": [ { "name": "user", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get user cross chain transaction galxe eligibility" }, { "info": { "name": "Get user multi vault galxe eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/explorer/galxe/multiVault/:user", "params": [ { "name": "user", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get user multi vault galxe eligibility" }, { "info": { "name": "Get user same chain transaction galxe eligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/explorer/galxe/sameChainTransaction/:user", "params": [ { "name": "user", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get user same chain transaction galxe eligibility" }, { "info": { "name": "Get transaction amount", "type": "http" }, "http": { "method": "GET", "url": "https://api.superform.xyz/explorer/transactionAmount/:txHash", "params": [ { "name": "txHash", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SF-API-KEY", "value": "{{SF-API-KEY}}", "placement": "header" } }, "docs": "Get transaction amount" } ] } ], "bundled": true }