GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getblock
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/gettransaction
GET
https://api.expand.network/chain/getgasprice
POST
https://api.expand.network/chain/sendtransaction
Good to know: While signing the transaction with our SDK, please ensure you have passed the correct sequence number(the sequence number of last transaction+1).
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.
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.
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.
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 signed transaction.
rpc
String
Remote procedural call URL.