Starknet
/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=0x002eb24d4fda7c0e4473c091da3bc0b2dfd1622d3d8334d0f5e921587aaeb01f&chainId=400{
"status": 200,
"msg": "success",
"data": {
"balance": "35689118110967661"
}
}/getblock
Get details of a block.
GET https://historicallp.api.expand.network/chain/getblock
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
Last updated

