Account Management
Get Credits Usage
Query the current user and token credit balance and usage information
get/v1/credits
Response
Credits information retrieved successfully
Example response
{
"data": {
"token": {
"remaining_credits": 99416.4429,
"used_credits": 583.5571
},
"user": {
"remaining_credits": 1095.3996,
"used_credits": 135.9048
}
},
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.