Upvest Investment API.
Upvest Investment API (1.75.0)
Overview
Languages
Servers
Sandbox environment
https://sandbox.upvest.co/
Live environment
https://api.upvest.co/
Bodyapplication/json
Date and time when the event was created. RFC 3339-5, ISO8601 UTC
Execution status of the Execution.
- FILLED -
- SETTLED -
- CANCELLED -
Enum"FILLED""SETTLED""CANCELLED"
Alphabetic three-letter ISO 4217 currency code.
- EUR - Euro
- GBP - British Pound
Enum"EUR""GBP"
- Sandbox environment
https://sandbox.upvest.co/Executions events
- Live environment
https://api.upvest.co/Executions events
application/json
{ "id": "8962b496-8d42-4560-bfab-10490dd1a721", "created_at": "2022-11-17T10:42:34.758Z", "type": "EXECUTION.FILLED", "object": { "cash_amount": "852.20", "currency": "EUR", "id": "b40f4631-e83b-4737-a003-c0cb36382bc5", "order_id": "cd2d6019-c11d-4114-aab3-b2e5dbe58cbf", "price": "85.22", "share_quantity": "10", "side": "BUY", "status": "FILLED", "taxes": [ … ], "transaction_time": "2022-11-17T10:42:34.758Z", "venue_id": "20d6024b-2df4-41ae-8d42-62e4744e455b" }, "webhook_id": "9df39835-be87-4243-9018-f2500b39cee6" }
- Sandbox environment
https://sandbox.upvest.co/Order Cancellations events
- Live environment
https://api.upvest.co/Order Cancellations events
application/json
{ "id": "e0b1f0ac-d34a-4f07-b268-545278110231", "created_at": "2023-08-01T14:10:00.00Z", "type": "ORDER_CANCELLATION.REJECTED", "object": { "order_id": "120c5382-d400-4a8e-95fc-d297903f3568", "status": "REJECTED", "reason": "Cancellation not possible" }, "webhook_id": "0e225118-168c-4d4d-84d9-c36096163162" }