Skip to main content
GET
/
public
/
{user_id}
/
balances
Show Balance
curl --request GET \
  --url https://apigw.ipxo.com/credits/public/{user_id}/balances \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "available_balance": 156.84,
    "total_balance": 109.07,
    "currency": "USD",
    "updated_at": "2025-10-28T09:20:18.0000000+00:00"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The ID of the user.

Query Parameters

filter[currency]
string
Example:

"EUR"

Response

200 - application/json
data
object