Osmosis
/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?chainId=osmosis-1&address=osmo1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u8slkgw{
"status": 200,
"msg": "success",
"data": {
"balance": "5402607"
}
}/getblock
Get details of a block.
GET https://historicallp.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
/gettransaction
Get details of a transaction.
GET https://api.expand.network/chain/gettransaction
Query Parameters
/portfolio
Get the comprehensive information about the assets/ tokens owned by a user.
GET https://api.expand.network/chain/portfolio
Query Parameters
/sendtransaction
Send transaction on the chain.
POST https://api.expand.network/chain/sendtransaction
Request Body
/decodetransaction
Get the decoded transaction for the provided raw transaction.
POST https://api.expand.network/chain/decodetransaction
Request Body
Last updated

