Starknet
Last updated
Last updated
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://historicallp.api.expand.network/chain/getblock
GET
https://api.expand.network/chain/getstorage
GET
https://api.expand.network/chain/gettransaction
POST
https://api.expand.network/chain/sendtransaction
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.
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.
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.