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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of balances

balances
object[]
required