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.
List user corporate actions
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "12c34f56-1234-abca-1efa-12379349f123",
- "ca_id": "12c34f56-1234-abca-1efa-12379349f123",
- "action": "dividend",
- "user_id": "12c34f56-1234-abca-1efa-12379349f123",
- "type": "payout",
- "defined_for": "asset",
- "asset_id": 1,
- "asset_symbol": "BTC",
- "asset_amount": "12.00220000",
- "fiat_id": 1,
- "fiat_symbol": "EUR",
- "fiat_amount": "122.00000000",
- "credited_at": "2021-07-01T14:56:45+03:00"
}
], - "meta": {
- "total_count": 100,
- "page": 1,
- "page_size": 10
}, - "links": {
- "next": "/v1/trades/corporate-actions/search?page_size=10&page=3",
- "previous": "/v1/trades/corporate-actions/search?page_size=10&page=1",
- "self": "/v1/trades/corporate-actions/search?page_size=10&page=1"
}
}