REST APISettle (DVP)Settlements

GET

Get your Go Account balance as it relates to applicable settlements.

Use only with delivery versus payment (DVP) settlements.

Requires access token scope: wallet_view_all

Path Params

  • enterpriseId string required

    at least 1 characters

  • accountId string required

    at least 1 characters

Responses

200
OK

Response Body

object

Response containing array of account balances
  • data array of objects required
    data object
    • currency string required
    • balance string required
    • marketPrice number required
    • heldBalance string required
    • availableBalance string required
400
Bad Request
No response body
401
Unauthorized

Response Body

object

  • error string required
  • errorName string required
403
Forbidden

Response Body

object

  • error string required
  • errorName string required
500
Internal Server Error

Response Body

object

  • error string required
  • errorName string required