[NEW] Retrieve Order Rate and Create a Lock endpoint to lock an exchange rate for a given fiat amount and a chosen cryptocurrency.
[NEW] Create and Finalize an Order endpoint to execute a transaction using a previously created rate lock.
[NEW] Get Order Details endpoint to retrieve full, detailed information about a specific order.
[BREAKING CHANGE] The user creation endpoints have been consolidated. The endpoint for non-KYC users (/user/balances/crypto
) has been removed. All users must now be created using the single /user/balances/crypto-and-fiat
endpoint.
[IMPROVED] The structure of the request body and response body for the Create User
endpoint has changed to support the new, unified user model.
[IMPROVED] The user account lifecycle has been fundamentally updated. Balances (wallets) are no longer generated upon user creation. Instead, they are generated automatically only after the user successfully passes the verification step.
[IMPROVED] The structure of the request body for the Add User Verification
endpoint has been updated to streamline the final verification step.
[NEW] Introduced an extended balance service available via a new /user/balances/extended
endpoint. This service is enabled for authorized partners only.
[NEW] The Proof of Address (POA) verification requirement is now exclusively linked to activating the extended balance service.
[REMOVED] All endpoints, parameters, and documentation related to the non-KYC user model have been removed from the API.