API Costs (Work Units)

Overview

All of our API endpoints are metered in Work Units (WU).

Each one of our subscription plans comes with a certain amount of WUs included. If you exceed your WUs for a given month, overages will apply. You have the option to disable this for your account, which means that once you exceed your allocated WUs, the API key will be disabled until the next billing cycle.

Fixed vs Variable WU Cost

Note that some endpoints have a fixed cost per API call, and some have a variable cost that depends on how many items are returned (this most typically applies to the txs endpoints, where the total amount of WUs billed will depend on how many transactions are returned).

Example

For example, if you call txs on EVM with a pageSize of 50 and you retrieve 50 transactions on that call, your WU cost will be:

25 * 50 = 1250 WUs

If you make that same call passing a pageSize of 50 but there aren't 50 items to return, you'll only be billed for the transactions actually returned. So if you only get 10 transactions back, your WU cost will be 250.

Work Unit Cost Table

EVM

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx250
/txs025
/txs/job/start025
/history10
/tokens/balancesOf200
/raw/tx10
/describeTx250
/describeTxs025

Pricing

EndpointFixed WU CostPer-item WU Cost
/chains00
/price20
/priceFromPool20

SVM

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx100
/txs010
/staking/tx100
/staking/txs010
/staking/epoch100
/splAccounts100

Cosmos

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx250
/txs025
/txs/job025
/tokens/balancesOf200

Pricing

EndpointFixed WU CostPer-item WU Cost
/chains00
/priceFromPool20

TVM

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx250
/txs025
/balances/job01*

*As this endpoint works based on ad-hoc indexing of transactions, the actual cost is calculated at 1 WU per every 200 transactions indexed

Polkadot

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx250
/txs025
/staking/rewards025

UTXO

Translate

EndpointFixed WU CostPer-item WU Cost
/chains00
/tx150
/txs015
/btc/addresses00

Move

Pricing

EndpointFixed WU CostPer-item WU Cost
/chains00
/priceFromPool20