zkSync Era
Last updated
Last updated
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://historicallp.api.expand.network/chain/getblock
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getgasprice
GET
https://api.expand.network/chain/getstorage
GET
https://api.expand.network/chain/gettransaction
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
rpc
String
Remote procedural call URL
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
blockNumber
String
Block number for which the balance needs to be retrieved.
By default, it will pick the latest block number when not specified.
address*
String
The public address to get the balance of.
tokenAddress
String
The address of token to get the balance of.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
blockNumber*
String
The block number or block hash.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
address*
String
Contract address whose storage is needed.
index
String
Slot index on the smart contract. By default, it is taken as 0.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
transactionHash*
String
The transaction hash.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
rawTransaction*
String
The encoded transaction, obtained from the signed transaction.
chainId
String
Refer to the Chain ID page for details. By default, Ethereum.
chainSymbol
String
Refer to the Chain ID page for details.
rawTransaction*
String
The raw transaction to be given for decoding.