Endpoint
Testing APIs
Introduction
Arbitrum Nova is an AnyTrust chain that aims for ultra low transaction fees.
Nova differs from Arbitrum One by not posting transaction data on chain, but to Data Availability Committee. The Arbitrum Nova Standard APIs are provided as a community service and without warranty, so please use what you need and no more.https://www.nodereal.io
- this is first
- this is second
- this is third
Quotas & Limits
- This API package's consumption is measured by (CUPS).
- Each user will have a monthly quota of CU under a set rate limit Compute Units (CUs)depending on your membership tiers.
- Your monthly quota will be shared among all API packages that consume CU.
API List (30)
You can send multiple requests within one batch call.
Returns the latest block number of the blockchain.
Executes a new message call immediately without creating a transaction on the block chain.
Returns the current network/chain ID, used to sign repplay-protected transaction introduced in EIP-155.
Returns an estimation of gas for a given transaction.
Returns the current gas price on the network in wei.
Returns the balance of given account address in wei.
Returns information of the block matching the given block hash.
Returns information of the block matching the given block number.
Returns the number of transactions for the block matching the given block hash.