Release 04.02.2026
Changelog
Operation Identifier
A new operationId field has been added to the response of order-related endpoints.
The operationId field is now included in the response for the following endpoints:
- Create deposit (
POST /api/v1/order/deposit) - Create payment (
POST /api/v1/order/payment) - Send crypto (
POST /api/v1/order/send) - Create refund (
POST /api/v1/order/refund) - Create withdrawal (
POST /api/v1/order/withdrawal) - Get orders (
GET /api/v1/orders) - Get order by ID (
GET /api/v1/orders/{orderId}) - Get transaction by ID (
GET /api/v1/orders/{orderId}/transactions/{transactionId})