For the complete documentation index, see llms.txt. This page is also available as Markdown.

Credit

Get total available billing credits.

Endpoint

Method

URL

GET

$synapses/v1/billing/credit

Headers

Header

Value

Authorization

Response

Field

Type

Description

amount

Integer

Total available credits

updatedAt

Timestamp

Last update

{
    "message": "Billing Status",
    "data": {
        "amount": 965526063,
        "updatedAt": 1627531044
    }
}

Last updated