Skip to content

Billing

Credits and Limits

Transpose uses a credits system to manage API usage. Each team has an associated tier, and each tier comes with a fixed number of credits used per month. For information on our tiers, and to understand more about how much credits get you in terms of compute and data, check out our pricing page and our pricing blog post.

Overages

Overages allow you to use more credits than your monthly allowance at a fixed-price per credit. To protect you against accidental usage and charges, Overages are turned off by default. You can enable Overages through the Transpose App.

Tracking your usage

Overall Usage

To track your monthly usage so far, visit the Transpose App.

Per-Request Usage

Every API request returns the number of credits used by the query in an X-Credits-Charged header. For example:

SQL Query
SELECT contract_address from ethereum.nfts LIMIT 100

curl --request POST \
     --data '{"sql": "SELECT contract_address from ethereum.nfts LIMIT 100"}' \
     --url 'https://api.transpose.io/sql' \
     --header 'Content-Type: application/json' \
     --header 'x-api-key: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \

Got questions? Join our Discord

Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.