Skip to main content

Get user balance transactions

Gets all balance transactions for a specific user.

Path Parameters
userId int32 REQUIRED
currency string REQUIRED
Responses
200

The requested user balance transactions.

Schema OPTIONAL
Resource object[] OPTIONAL

The resource on which the action was taken.

BalanceType string OPTIONAL

The type of balance.

Currency string OPTIONAL

The currency of this balance transaction. 3-letter ISO currency code.

ExternalId int32 OPTIONAL

An optional external id of the transaction.

Text string OPTIONAL

Additional optional information about the transaction.

Amount double OPTIONAL

The transaction amount.

CreatedOn date-time OPTIONAL

The date the transaction was created.

Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

400

Bad request.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

404

Not found.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.