Last updated 23 days ago
Create order.
Unique requestor identification in UUID format
BUY
SELL
UNIT
AMOUNT
External Id in partner's system. This value has to be unique
Wallet customer product used for the order.
Cash customer product used for the order.
POST /digital/orders/market HTTP/1.1 Host: tvda-api.platform-test.tradevest.ai Authorization: Bearer YOUR_OAUTH2_TOKEN Requestor-ID: 123e4567-e89b-12d3-a456-426614174000 Content-Type: application/json Accept: */* Content-Length: 172 { "cryptoSymbol": "BTC", "tradeSide": "BUY", "quantity": 1, "quantityType": "UNIT", "externalId": "unique-external-id", "cashCustomerProductId": "714e1ee5-c723-476c-b1db-4d29cd7a0e17" }
OK
{ "orderId": "123e4567-e89b-12d3-a456-426614174000", "createdOn": "2025-06-13T06:21:50.072Z" }