Skip to main content
GET
/
v1
/
ui
/
admin
/
transactions
/
balance
/
history
Get balance history for specific provider (admin only)
curl --request GET \
  --url https://api.example.com/v1/ui/admin/transactions/balance/history
{}

Query Parameters

providerId
string
required

Provider ID

currency
string

Currency code

fromDate
string

Start date (ISO 8601 format)

toDate
string

End date (ISO 8601 format)

Response

Balance history retrieved successfully

The response is of type object.