private/get-fee-credit-balances
POSTGet fee credit balance details for the authenticated account. Fee credits are grouped by expiry date and sorted in ascending order. Values are not real-time and are updated daily at 00:00 UTC./private/get-fee-credit-balances
Request
Body
required
Request id (echoed in response)
Must be "private/get-fee-credit-balances"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
Page number (0-based).
Possible values: >= 1 and <= 200
Number of entries per page. Default: 200, Max: 200.
Schema
- Array [
- Array [
- ]
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
fee_credits object[]required
Expiry date in epoch milliseconds (end of day 23:59 UTC)
Comma-separated campaign names. Master accounts only.
Total distributed amount (8 decimal places). Master accounts only.
Estimated available balance (8 decimal places)
details object[]
Campaign name
Distribution date in epoch milliseconds (end of day 23:59 UTC)
Amount distributed for this campaign (8 decimal places)
Present when code !== 0.
Present when code !== 0.