Avalanche - C
/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=0x4dd1fed9BeE6eD79088093d55d7fCb8490CDf7Ea&chainId=43114{
"status": 200,
"msg": "success",
"data": {
"balance": "67665156116856663"
}
}/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
/portfolio
Get detailed information about the verified assets or tokens currently associated with a user's wallet address.
Query Parameters
Name
Type
Description
/getusertransactions
Get the historical transaction details for a specific user address.
Query Parameters
Name
Type
Description
/sendtransaction
Send transaction on the chain.
Request Body
Name
Type
Description
/decodetransaction
Get the decoded transaction for the provided raw transaction.
Request Body
Name
Type
Description
Last updated

