DEX State APIs and User Notifications
DEX State APIs
Create DEX State
{
"wallet_id": 12345,
"stage": "active",
"reference": "some-reference-string"
}{
"wallet_id": 12345,
"stage": "active",
"reference": "some-reference-string",
"last_update": "2025-06-09T12:00:00"
}Update DEX State
Get DEX State
Delete DEX State
User Notifications
Fetch Unread Notifications
Delete Notifications (Mark as Read)
Last updated