{ "opencollection": "1.0.0", "info": { "name": "Traiana Harmony CreditLink Allocations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Allocations", "type": "folder" }, "items": [ { "info": { "name": "List Allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.traiana.com/creditlink/v1/allocations", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] }, "docs": "Retrieves trade allocations, including block-level and allocation-level details from executing brokers and investment managers." }, { "info": { "name": "Submit an Allocation", "type": "http" }, "http": { "method": "POST", "url": "https://api.traiana.com/creditlink/v1/allocations", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a trade allocation for processing through the Harmony network." } ] } ], "bundled": true }