{ "opencollection": "1.0.0", "info": { "name": "Halliday API V2 Assets Chains API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chains", "type": "folder" }, "items": [ { "info": { "name": "Get supported chains", "type": "http" }, "http": { "method": "GET", "url": "https://v2.prod.halliday.xyz/chains" }, "docs": "Get a list of all supported blockchain networks with their configuration details.\n" } ] } ], "bundled": true }