Ethereum
/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=0x731FDBd6871aD5cD905eE560A84615229eD8197a{
"status": 200,
"msg": "success",
"data": {
"balance": "102907902410719396674"
}
}/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
/getgasfees
Retrieves the total fee spent, current price, adjusted price (in cents), and the transaction list associated with a specified address within a given block range.
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
/getflashbotblocks
Get details of the flashbot blocks.
Query Parameters
Name
Type
Description
/getflashbottransactions
Get details of the flashbot transactions.
Query Parameters
Name
Type
Description
/getflashbotbundle
Get details of the specified flashbot bundle.
Query Parameters
Name
Type
Description
/sendtransaction
Send transaction on the chain.
Request Body
Name
Type
Description
/genericsmartcontractmethod
Executes a read query on a verified smart contract on etherscan. In case of un-verified smart contracts, ABI needs to be provided to proceed accordingly.
Request Body
Name
Type
Description
/decodetransaction
Get the decoded transaction for the provided raw transaction.
Request Body
Name
Type
Description
Last updated

