The Blockdaemon API Compute Unit Values for Universal API Methods.
The following is a list of all the transaction categories and their associated Compute Units:
Transaction Category | Associated Compute Units |
---|---|
XS | 1 |
S | 5 |
M | 10 |
L | 50 |
XL | 100 |
Egress | Custom |
Batch Queries | Custom |
Universal API Compute Unit Values
Name | Path | Value | Type |
---|---|---|---|
GET Protocols Overview | /v1/ | XS | Fixed |
Get Protocol Info | /v1/{protocol}/{network} | XS | Fixed |
GET the Gas Fee Estimation | /v1/{protocol}/{network}/tx/estimate_fee | L | Fixed |
Get a List of Balances for an Address | /v1/{protocol}/{network}/account/{address} | M | Fixed |
Get a List of Balances for Multiple Addresses | /v1/{protocol}/{network}/accounts | L | Fixed |
Get a Financial Report for an Address between a Time Period | /v1/{protocol}/{network}/account/{address}/report | XL | Fixed |
Get a List of Transaction Inputs and Outputs | /v1/{protocol}/{network}/account/{address}/utxo | M | Paginated |
Get a List of Transactions | /v1/{protocol}/{network}/account/{address}/txs | S | Paginated |
Get the Transaction Confirmations | v1/{protocol}/{network}/tx/{hash}/confirmations | S | Fixed |
Get a Transaction | /v1/{protocol}/{network}/tx/{hash} | S | Fixed |
Get a Transaction Output by Hash and Index | /v1/{protocol}/{network}/tx/{hash}/{index} | M | Fixed |
Get a List of Transactions | /universal/v1/{protocol}/{network}/txs | S | Paginated |
Create an unsigned transaction | /v1/{protocol}/{network}/tx/create | S | Fixed |
Submit a Signed Transaction | /v1/{protocol}/{network}/tx/send | M | Fixed |
Get the Current Block Number | /v1/{protocol}/{network}/sync/block_number | XS | Fixed |
Get the Current Block Hash | /v1/{protocol}/{network}/sync/block_id | XS | Fixed |
Get a Block by Number or Hash | /v1/{protocol}/{network}/block/{block_identifier} | Determined by block size | Bytes |
Get a Block Identifier by Number | /v1/{protocol}/{network}/block_identifier/{block_identifier} | S | Fixed |
Get a List of Block Identifiers | /v1/{protocol}/{network}/block_identifiers | S | Paginated |
Websockets | /v1/{protocol}/{network}/websocket | M | Fixed |