List all corporate actions per partner or per user

This endpoint returns a list of corporate actions specific for stock assets for a partner within a specified date range, from start_date to end_date, limited to a maximum period of 31 days, with an option to filter results by user.

SecuritybearerAuth
Request
query Parameters
date_start
required
string/([\d]{4})-(?:[\d]{2})-([\d]{2})(\s[\d]{2}:[\...

Corporate Actions start date.

Example: date_start=2021-01-31 17:30
date_end
required
string/([\d]{4})-(?:[\d]{2})-([\d]{2})(\s[\d]{2}:[\...

Corporate Actions end date. It needs to be after start_date and the period should be less than 1 month

Example: date_end=2021-01-31 17:30
actions[]
Array of strings

Corporate Action

Items Enum: "delisting" "dividend" "merger_cash" "merger_stock" "reverse_stock_split" "stock_split" "spin_off"
Example: actions[]=dividend
type
string

Filter Actions by Type

Enum: "payout" "subtract" "both"
Example: type=payout
page_size
integer >= 1

Number of elements to be displayed on a page

Example: page_size=10
page
integer >= 1

Display page number

Example: page=1
user_id
string <uuid>

Filter corporate actions for a specific User ID

Example: user_id=2e4c89ac-1290-426f-8de0-4c7b40b91d3a
ca_id
string <uuid>

Corporate Action ID

Example: ca_id=1e3d89ac-1234-426f-8de0-4a6b40b91d33
Responses
200

List user corporate actions

401

Unauthorized

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/trades/corporate-actions/search
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}