Pricing API Reference
This section covers all endpoints related to pricing.
Get Quota Unlock Amount
Amount, in USD, of payment history that provides the "free" tier quota.
Endpoint:
Responses
Status Code | Description |
---|---|
200 | Successful Response |
Get Fmv
Get the current FMV for tao.
Endpoint:
Responses
Status Code | Description |
---|---|
200 | Successful Response |
Get Pricing
Get the current compute unit pricing.
Endpoint:
Responses
Status Code | Description |
---|---|
200 | Successful Response |
Get Developer Deposit
Get the USD/tao amount required to enable developer mode.
Endpoint:
Responses
Status Code | Description |
---|---|
200 | Successful Response |
Return Developer Deposit
Endpoint:
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
X-Chutes-Hotkey | string | null | No | |
X-Chutes-Signature | string | null | No | |
X-Chutes-Nonce | string | null | No | |
Authorization | string | null | No |
Request Body
Field | Type | Required | Description |
---|---|---|---|
address | string | Yes |
Responses
Status Code | Description |
---|---|
200 | Successful Response |
422 | Validation Error |
Authentication
This endpoint requires authentication.
List Payments
List all payments.
Endpoint:
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
page | integer | null | No | |
limit | integer | null | No |
Responses
Status Code | Description |
---|---|
200 | Successful Response |
422 | Validation Error |