{ "opencollection": "1.0.0", "info": { "name": "GoldRush Foundational ABI Discovery API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "List All Available X402 Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.covalenthq.com/v1/x402/endpoints" }, "docs": "List All Available X402 Endpoints" }, { "info": { "name": "Search X402 Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.covalenthq.com/v1/x402/endpoints/search", "params": [ { "name": "q", "value": "", "type": "query" } ] }, "docs": "Search X402 Endpoints" }, { "info": { "name": "Get Details For A Specific X402 Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.covalenthq.com/v1/x402/endpoints/:endpointId", "params": [ { "name": "endpointId", "value": "", "type": "path" } ] }, "docs": "Get Details For A Specific X402 Endpoint" } ] } ], "bundled": true }