{ "opencollection": "1.0.0", "info": { "name": "MX Platform Holdings API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Holdings", "type": "folder" }, "items": [ { "info": { "name": "List holdings by account", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/accounts/:account_guid/holdings", "params": [ { "name": "account_guid", "value": "ACT-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for the `account`." }, { "name": "from_date", "value": "2015-09-20", "type": "query", "description": "Filter holdings from this date." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "to_date", "value": "2019-10-20", "type": "query", "description": "Filter holdings to this date." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for the `user`." } ] }, "docs": "This endpoint returns all holdings associated with the specified `account`." }, { "info": { "name": "List holdings", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/holdings", "params": [ { "name": "from_date", "value": "2015-09-20", "type": "query", "description": "Filter holdings from this date." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "to_date", "value": "2019-10-20", "type": "query", "description": "Filter holdings to this date." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns all holdings associated with the specified `user` across all accounts and members." }, { "info": { "name": "Read holding", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/holdings/:holding_guid", "params": [ { "name": "holding_guid", "value": "HOL-d65683e8-9eab-26bb-bcfd-ced159c9abe2", "type": "path", "description": "The unique id for a `holding`." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "Use this endpoint to read the attributes of a specific `holding`." }, { "info": { "name": "List holdings by member", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/users/:user_guid/members/:member_guid/holdings", "params": [ { "name": "from_date", "value": "2015-09-20", "type": "query", "description": "Filter holdings from this date." }, { "name": "member_guid", "value": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b", "type": "path", "description": "The unique id for a `member`." }, { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." }, { "name": "to_date", "value": "2019-10-20", "type": "query", "description": "Filter holdings to this date." }, { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ] }, "docs": "This endpoint returns all holdings associated with the specified `member` across all accounts." } ] } ], "bundled": true }