Credit
Get total available billing credits.
Method | URL |
GET | $synapses /v1/billing/credit |
Header | Value |
Authorization |
Description
Example
Field | Type | Description |
amount | Integer | Total available credits |
updatedAt | Timestamp | Last update |
{
"message": "Billing Status",
"data": {
"amount": 965526063,
"updatedAt": 1627531044
}
}
Last modified 1yr ago