{ "opencollection": "1.0.0", "info": { "name": "DriveWealth Accounts Depth of Book API", "version": "1.0" }, "items": [ { "info": { "name": "Depth of Book", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Depth of Book", "type": "http" }, "http": { "method": "POST", "url": "https://bo-api.drivewealth.io/back-office/quotes/depth", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the Depth of Book for an Instrument.\n\nFor now, this API only works with debt instruments, but will expand in the future." } ] } ], "bundled": true }