Corporate Actions

This page documents what corporate actions Dinari supports, and how they are handled.

When an underlying security undergoes a change like a split, dividend, ticker update, or merger (known as a corporate action), those updates must be reflected on the dShare token and your ledger. This section outlines the corporate actions Dinari supports, how we process them, and how to handle them in your API integration.

Supported Corporate Actions

We process corporate actions for all supported assets and automatically reflect these events on the Dinari platform. For specific details, refer to the dedicated page for each corporate action type. There you will find our handling procedures, partner integration diagrams, SDK examples, and a readiness checklist.

Monitoring for Corporate Actions

Dinari maintains numerous Market Data endpoints which provide users with news regarding corporate actions for all assets we issue. We advise all partners to regularly check these endpoints to be aware of any upcoming major events to prevent unnecessary downtime.

What you want to knowWhere to look
Upcoming and in-progress splitsGET /api/v2/market_data/stocks/splits
Splits for one stockGET /api/v2/market_data/stocks/{stock_id}/splits
Announced dividends for a stockGET /api/v2/market_data/stocks/{stock_id}/dividends
Dividends actually paid to an accountGET /api/v2/accounts/{account_id}/dividend_payments
Current positions, per chainGET /api/v2/accounts/{account_id}/portfolio
ℹ️

The Dinari Team will contact you directly regarding any edge cases for upcoming corporate actions. Examples include reverse splits with fractional entitlements or mergers that affect your held assets.


Did this page help you?