Get user vault state and active positions
Returns the user's vault balance and active positions. Returns data: null (200 OK) if the user has no vault yet (vault is created on first trade).
Response
OK — vault state or null if no vault exists
Changes
Changed in 2 of the 49 revisions of this API.31
- ●
added the new
bought_backenum value to thedata/allOf[UserVaultResponse]/positions/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
bought_back_pending_dbenum value to thedata/allOf[UserVaultResponse]/positions/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
reconciling_bought_back_dbenum value to thedata/allOf[UserVaultResponse]/positions/items/statusresponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○