Kredibel API
Search
⌃K

Credit

Get total available billing credits.

Endpoint

Method
URL
GET
$synapses/v1/billing/credit

Headers

Header
Value
Authorization
Bearer YOUR_API_KEY

Response

Description
Example
Field
Type
Description
amount
Integer
Total available credits
updatedAt
Timestamp
Last update
{
"message": "Billing Status",
"data": {
"amount": 965526063,
"updatedAt": 1627531044
}
}