Added
New OCT activity type for on-chain transactions
5 days ago
Adds OCT (On Chain Transactions) to the ActivityType enum for blockchain deposits and withdrawals. On-chain transaction activities now appear in activity feeds and events with this type.
- A new
OCTvalue on theActivityTypeenum. - A new
OCTActivityV2schema (transfer_idandsymbol) wired intoActivityV2DetailNTAfor V2 activity events.
Broker API
Also adds the transfer_id field to the NonTradeActivity schema.
Affected Endpoints
GET /v1/accounts/activitiesGET /v1/accounts/activities/{activity_type}GET /v2beta1/accounts/{account_id}/events/activities/{event_id}GET /v2beta1/events/activities
Trading API
GET /v2/account/activitiesGET /v2/account/activities/{activity_type}GET /v2beta1/events/activities