Developers

Pricing API Reference

This section covers all endpoints related to pricing.

Get Daily Revenue Summary

Get the summary of daily revenue including paygo, invoiced users, subscriptions and pending private instances.

Endpoint:

Responses

Status CodeDescription
200Successful Response

Get Tao Payment Totals

Get the amount (as USD equivalent) of payments made by tao for today, the current month, and total.

Endpoint:

Responses

Status CodeDescription
200Successful Response

Get Fmv

Get the current FMV for tao.

Endpoint:

Responses

Status CodeDescription
200Successful Response

Get Pricing

Get the current compute unit pricing.

Endpoint:

Responses

Status CodeDescription
200Successful Response

Return Developer Deposit

Endpoint:

Parameters

ParameterTypeRequiredDescription
X-Chutes-Hotkeystring | nullNo
X-Chutes-Signaturestring | nullNo
X-Chutes-Noncestring | nullNo
Authorizationstring | nullNo

Request Body

FieldTypeRequiredDescription
addressstringYes

Responses

Status CodeDescription
200Successful Response
422Validation Error

Authentication

This endpoint requires authentication.


List Payments

List all payments.

Endpoint:

Parameters

ParameterTypeRequiredDescription
pageinteger | nullNo
limitinteger | nullNo

Responses

Status CodeDescription
200Successful Response
422Validation Error