Improved
Earn, FX & SDK Update
23 days ago by Roman Fortunatov
New guides
- Earn / Yield — added documentation covering yield on crypto and stablecoin balances.
- SDK — added a TypeScript/JavaScript SDK overview and integration guide.
- External Authorization — added the card transaction processing specification for partner-side authorization, plus expanded External Auth API reference.
New API endpoints
- Card top-up —
POST /api/v1/cards/topup/estimateandPOST /api/v1/cards/topup/execute. - FX —
POST /api/v1/fxandPOST /api/v1/fx/estimatefor currency conversion. - Activity feed (v2) —
GET /api/v2/activity/feed,GET /api/v2/activity/search, andGET /api/v2/activity/{id}. - Bank corridor (v3) —
POST /api/v3/bank/estimate-corridor,POST /api/v3/bank/initiate-corridor, andPOST /api/v3/bank/confirm-corridor. - Metal cards —
POST /api/v1/cards/metalandPOST /api/v2/cards/metal. - Configuration —
GET /api/v1/config/tokensfor supported token configuration. - User management —
POST /api/v1/user/documentsandPUT /api/v2/user/kyc-data. - Recipients —
PUT /api/v2/recipients/{recipientId}.
Improvements
- Reorganised the API reference: statement, FX, and card top-up are now grouped into their own sections.
- Updated sandbox testing documentation.
- Clarified card limits and the card limit increase flow.
- Corrected headers in
GET /api/v2/user. - Refreshed decline codes documentation for clarity.
Deprecated
The following endpoints are deprecated and moved to the Obsolete section. Use the noted replacements where available:
GET /api/v1/transactions/card— use the v2 activity feed.GET /api/v1/user/sharing-tokenandPOST /api/v1/user/sharing-token.POST /api/v1/cards/{cardId}/withdraw/estimateandPOST /api/v1/cards/{cardId}/withdraw/execute.

