Tezos Supported Methods and Compute Units
Different transaction categories are assigned specific Compute Unit values. These CUs reflect the resources needed for each type of transaction:
Transaction Category | Associated Compute Units |
---|---|
XS | 1 |
S | 5 |
M | 10 |
L | 50 |
XL | 100 |
Egress | Custom |
Batch Queries | Custom |
The table below shows the supported Tezos methods along with their assigned CU values.
Chains
Method | Weight |
---|---|
GET /chains/<chain_id>/blocks | S |
GET /chains/{chain_id} /blocks/context/contracts/{address} | S |
GET /chains/{chain_id} /blocks/context/contracts/{address} /balance | S |
GET /chains/{chain_id} /blocks/context/contracts/{address} /delegate | S |
GET /chains/{chain_id} /blocks/head | S |
GET /chains/{chain_id} /blocks/head~N/header | S |
GET /chains/{chain_id} /blocks/context/contracts/{address} /manager_key | S |
POST /chains/{chain_id} /blocks/helpers/scripts/simulate_operation | S |
GET /chains/{chain_id} /blocks/{block_id} /context/contracts/{address} /counter | S |
GET /chains/{chain_id} /blocks/{block_id} /hash | S |
GET /chains/{chain_id} /blocks/{block_id} /header | S |
GET /chains/{chain_id} /blocks/{block_id} /header/shell | S |
GET /chains/{chain_id} /blocks/{block_id} /operation_hashes | S |
GET /chains/{chain_id} /blocks/{block_id} /operations | S |
GET /chains/<chain_id>/chain_id | S |
GET /chains/<chain_id>/checkpoint | S |
GET /chains/<chain_id>/invalid_blocks | S |
GET /chains/<chain_id>/invalid_blocks/<block_hash> | S |
GET /chains/<chain_id>/is_bootstrapped | S |
GET /chains/<chain_id>/levels/caboose | S |
GET /chains/<chain_id>/levels/checkpoint | S |
GET /chains/<chain_id>/levels/savepoint | S |
Config
Fetch Protocol
Method | Weight |
---|---|
GET /fetch_protocol/<Protocol_hash> | S |
Injection
Method | Weight |
---|---|
POST /injection/operation | M |
Monitor
Network
Errors
Method | Weight |
---|---|
GET /errors | XL |
Info:You can find Tezos API documentation here: Tezos API reference.
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.
Updated 25 days ago