{ "opencollection": "1.0.0", "info": { "name": "lemon.markets Brokerage API 🍋 Accounts: General Corporate Actions API", "version": "0.1.0" }, "items": [ { "info": { "name": "Corporate Actions", "type": "folder" }, "items": [ { "info": { "name": "Get Corporate Action (Account-level)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/corporate_actions/:corporate_action_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "corporate_action_id", "value": "", "type": "path", "description": "A corporate action identifier.\n" }, { "name": "account_id", "value": "cusa_20323d55bb264d42b0b225d293591049", "type": "path", "description": "An account identifier.\n" } ] }, "docs": "Get Corporate Action (Account-level)" }, { "info": { "name": "Get Corporate Action (Instrument-level)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/corporate_actions/:corporate_action_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "corporate_action_id", "value": "", "type": "path", "description": "A corporate action identifier.\n" } ] }, "docs": "Get Corporate Action (Instrument-level)" }, { "info": { "name": "Get Income Distribution", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/income_distributions/:income_distribution_id", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "income_distribution_id", "value": "", "type": "path", "description": "An Income Distribution Identifier\n" }, { "name": "account_id", "value": "cusa_20323d55bb264d42b0b225d293591049", "type": "path", "description": "An account identifier.\n" } ] }, "docs": "Get Income Distribution" }, { "info": { "name": "List Corporate Actions (Account-level)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/corporate_actions", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_20323d55bb264d42b0b225d293591049", "type": "path", "description": "An account identifier.\n" }, { "name": "type", "value": "", "type": "query", "description": "Filter corporate actions by type. Available values are `cash_dividend` and `income_distribution`.\n" }, { "name": "instrument", "value": "", "type": "query", "description": "An ISIN (International Securities Identification Number) according to ISO 6166. Use this filter to restrict elements to a specific instrument.\n" }, { "name": "securities_account", "value": "sec_acc_654asdh5bb2ys45g42b0bgtjd2tjt566w41", "type": "query", "description": "Filter corporate actions by securities account.\n" }, { "name": "cursor", "value": "", "type": "query", "description": "A pagination cursor. When you receive a paginated response containing the property `pagination.next_cursor`, you can pass its value here to get the next page of results for your query.\nA cursor will include filter parameters, so there is not need to specify both the `cursor` and any other filter parameter.\n" }, { "name": "limit", "value": "", "type": "query", "description": "In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.\n" } ] }, "docs": "List Corporate Actions (Account-level)" }, { "info": { "name": "List Corporate Actions (Instrument-level)", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/corporate_actions", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "instrument", "value": "", "type": "query", "description": "One or more ISINs (International Securities Identification Numbers) according to ISO 6166. Use this filter to restrict elements to specific instruments.\n" }, { "name": "status", "value": "", "type": "query", "description": "Filter corporate actions by status.\n" }, { "name": "cursor", "value": "", "type": "query", "description": "A pagination cursor. When you receive a paginated response containing the property `pagination.next_cursor`, you can pass its value here to get the next page of results for your query.\nA cursor will include filter parameters, so there is not need to specify both the `cursor` and any other filter parameter.\n" }, { "name": "limit", "value": "", "type": "query", "description": "In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.\n" } ] }, "docs": "List Corporate Actions (Instrument-level)" }, { "info": { "name": "List Income Distributions", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.lemon.markets/v1/accounts/:account_id/income_distributions", "headers": [ { "name": "LMG-Data-Privacy-Access-Principal", "value": "" }, { "name": "LMG-Data-Privacy-Access-Justification", "value": "" } ], "params": [ { "name": "account_id", "value": "cusa_20323d55bb264d42b0b225d293591049", "type": "path", "description": "An account identifier.\n" }, { "name": "instrument", "value": "", "type": "query", "description": "An ISIN (International Securities Identification Number) according to ISO 6166. Use this filter to restrict elements to a specific instrument.\n" }, { "name": "cursor", "value": "", "type": "query", "description": "A pagination cursor. When you receive a paginated response containing the property `pagination.next_cursor`, you can pass its value here to get the next page of results for your query.\nA cursor will include filter parameters, so there is not need to specify both the `cursor` and any other filter parameter.\n" }, { "name": "limit", "value": "", "type": "query", "description": "In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.\n" } ] }, "docs": "List Income Distributions" } ] } ], "bundled": true }