Sui
Note: Supported version - Node v18+
/getbalance
Get the balance or number of the given token in the requested public address.
GET https://api.expand.network/chain/getbalance
Query Parameters
https://api.expand.network/chain/getbalance/?address=0x01e1877687e9beadee82f63df4d936b53e96ec3d4c81d28f47074e4cd182bce4&chainId=101{
"status": 200,
"msg": "success",
"data": {
"balance": "172120"
}
}/getblock
Get details of a block.
GET https://api.expand.network/chain/getblock
Query Parameters
/getgasprice
Get the current gas price from the network.
GET https://api.expand.network/chain/getgasprice
Query Parameters
/getstorage
Get data stored in the given slot.
GET https://api.expand.network/chain/getstorage
Query Parameters
/gettransaction
Get details of a transaction.
GET https://api.expand.network/chain/gettransaction
Query Parameters
/sendtransaction
Send transaction on the chain.
POST https://api.expand.network/chain/sendtransaction
Request Body
Name
Type
Description
Last updated

