StarkNet API Request Cost
| Method | Request Cost |
|---|---|
| starknet_blockNumber | 5 |
| starknet_chainId | 5 |
| starknet_syncing | 5 |
| starknet_getStorageAt | 5 |
| starknet_getTransactionByHash | 5 |
| starknet_getTransactionReceipt | 5 |
| starknet_call | 35 |
| starknet_estimateFee | 50 |
| starknet_getEvents | 810 |
Updated 7 months ago