API Reference
Get User Transactions
Retrieve a paginated transaction history for a widget user.
GET
Description
Returns a widget user’s transaction history for your project. Use this from your server when you need to show reward funding and cashout activity outside the widget. Amounts are returned in currency minor units. For USD,100 equals $1.00.
Configuration
Header Parameters
Your ZBD project API key (production scope).
Path Parameters
The ZBD user ID returned by Create User.
Query Parameters
Number of transactions to skip. Defaults to
0.Maximum number of transactions to return. Defaults to
20; maximum is 100.Optional transaction type filter.
Optional ISO 8601 start date filter.
Optional ISO 8601 end date filter.