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

