Credits

Get user credits

Returns all credits for a specific user with their current status. Returns 401 if the user is flagged for multi-accounting or captcha violations.

get/users/{address}/credits

Path parameters

addressstring required

User's Ethereum address

Query parameters

status'AVAILABLE' | 'PARTIALLY_USED'

Filter credits by status. If not provided, returns AVAILABLE and PARTIALLY_USED credits

Response

User credits retrieved successfully

totalCreditsnumber required

Total available credits amount

Changes

No recorded changes to this endpoint across all 1 revision of this API.