Compute Units

Our API Suite tiers are based on the number of compute units used. Every API method across each API consumes Compute Units.

Compute Units are a measure of the computing cost of each method. For example, eth_protocolVersion carries a low compute cost. Conversely, eth_estimateGas is more intensive computationally, giving it a higher cost.

Each method is allocated a number of Compute Units. Users will only pay for what they use, meaning no overpaying for low Compute Unit methods.

Following is a list of all the transaction categories and their associated Compute Unit costs:

Transaction CategoryAssociated Compute Unit Costs
XS1
S5
M10
L50
XL100
EgressCustom
Batch QueriesCustom

By weighing each method, Blockdaemon can best match developers with the right level of service they need. Our API Dashboard allows you to keep track of your Compute Units usage over time easily.

For details of Compute Units of specific endpoints, visit the relevant API sections.