v1.65
Last updated
Last updated
UI Updates
Add transfer origin from/to address column to transfers table in portfolio page.
Trade page: oracle price
is renamed underlying price
to reflect the actual value displayed.
Vaults
Added minimum initial deposit amount to deposit form
Improved validation messages for minimum initial deposit
Added translations to more validation messages for deposits and withdrawals
P&L charts now always start at zero to show P&L over the selected period of time rather than cumulative P&L
Remaining lockup time can now be seen in the vault page
When hovering over a datapoint on the performance charts, you can now see the time of the datapoint.
API Updates
New GET /vaults/transfers
endpoint to show deposits and withdrawals for a given vault.
GET /fills
endpoint now returns transfer fills, generated by vault withdrawals to rebalance open positions.
Added field counterparty
to GET /transfer
endpoint response.
Cancel reason PRICE_OUTSIDE_BANDS
renamed to EXCEEDS_MAX_SLIPPAGE
Updated the docs to remove JWT
authentication in headers for vault summary endpoint.
Updated docs for new endpoint - GET /vaults/transfers
Add transfer origin from/to address column to transfers table in portfolio page.
Trade page: oracle price
is renamed underlying price
to reflect the actual api value displayed.
New Get /vaults/transfers
endpoint to show deposits and withdrawals for a given vault.
Get '/fills' endpoint now returns transfer fills, generated by vault withdrawals to rebalance open positions.
Added field 'counterparty' to '/transfer' endpoint response.
Vaults:
Remaining lockup time is added to the vault page.
When hovering over a datapoint on the performance charts, you can now see the time of the datapoint.
Docs Updates
UI Updates
API Updates
API Updates
UI Updates