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
string
required
Your ZBD project API key (production scope).
Path Parameters
string
required
The ZBD user ID returned by Create User.
Query Parameters
integer
Number of transactions to skip. Defaults to
0.integer
Maximum number of transactions to return. Defaults to
20; maximum is 100.string
Optional transaction type filter.
string
Optional ISO 8601 start date filter.
string
Optional ISO 8601 end date filter.