# Access Keys

| Method | Compute Unit Value |
| --- | --- |
| **[`query (view_access_key)`](https://docs.near.org/api/rpc/access-keys#view-access-key)** | 5 |
| **[`query (view_access_key_list)`](https://docs.near.org/api/rpc/access-keys#view-access-key-list)** | 5 |
| **[`EXPERIMENTAL_changes (single_access_key_changes)`](https://docs.near.org/api/rpc/access-keys#view-access-key-changes-single)** | 10 |
| **[`EXPERIMENTAL_changes (all_access_key_changes)`](https://docs.near.org/api/rpc/access-keys#view-access-key-changes-all)** | 10 |

# Accounts / Contracts

| Method | Compute Unit Value |
| --- | --- |
| **[`query (view_account)`](https://docs.near.org/api/rpc/contracts#view-account)** | 5 |
| **[`EXPERIMENTAL_changes (account_changes)`](https://docs.near.org/api/rpc/contracts#view-account-changes)** | 10 |
| **[`query (view_code)`](https://docs.near.org/api/rpc/contracts#view-contract-code)** | 5 |
| **[`query (view_state)`](https://docs.near.org/api/rpc/contracts#view-contract-state)** | 5 |
| **[`EXPERIMENTAL_changes (data_changes)`](https://docs.near.org/api/rpc/contracts#view-contract-state-changes)** | 10 |
| **[`EXPERIMENTAL_changes (contract_code_changes)`](https://docs.near.org/api/rpc/contracts#view-contract-code-changes)** | 10 |
| **[`query (call_function)`](https://docs.near.org/api/rpc/contracts#call-a-contract-function)** | 5 |

# Block / Chunk

| Method | Compute Unit Value |
| --- | --- |
| **[`block`](https://docs.near.org/api/rpc/block-chunk#block-details)** | 5 |
| **[`EXPERIMENTAL_changes_in_block`](https://docs.near.org/api/rpc/block-chunk#changes-in-block)** | 10 |

# Gas

| Method | Compute Unit Value |
| --- | --- |
| **[`gas_price`](https://docs.near.org/api/rpc/gas#gas-price)** | 5 |

# Protocol

| Method | Compute Unit Value |
| --- | --- |
| **[`EXPERIMENTAL_genesis_config`](https://docs.near.org/api/rpc/protocol#genesis-config)** | 10 |

# Network

| Method | Compute Unit Value |
| --- | --- |
| **[`status`](https://docs.near.org/api/rpc/network#node-status)** | 5 |

# Transactions

| Method | Compute Unit Value |
| --- | --- |
| **[`broadcast_tx_async`](https://docs.near.org/api/rpc/transactions#send-transaction-async)** | 50 |
| **[`broadcast_tx_commit`](https://docs.near.org/api/rpc/transactions#send-transaction-await)** | 100 |
| **[`tx`](https://docs.near.org/api/rpc/transactions#transaction-status)** | 5 |
| **[`EXPERIMENTAL_tx_status`](https://docs.near.org/api/rpc/transactions#transaction-status-with-receipts)** | 10 |
| **[`EXPERIMENTAL_receipt`](https://docs.near.org/api/rpc/transactions#receipt-by-id)** | 10 |
