Skip to main content
GET
/
balances
cURL
curl --request GET \
  --url https://gateway.architect.exchange/api/balances \
  --header 'Authorization: Bearer <token>'
{
  "balances": [
    {
      "amount": "<string>",
      "symbol": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Response

200 - application/json

List of balances

balances
object[]
required