Fantom

/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=250&blockNumber=82225309&address=0x051acf45a4771bec267c69b0f740a66cd935d776&tokenAddress=0xbb235cb2e2fb0e86516544c93128405d591d1cec

/getblock

Get details of a block.

GET https://historicallp.api.expand.network/chain/getblock

Query Parameters

https://historicallp.api.expand.network/chain/getblock?chainId=250

/getgasprice

Get the current gas price from the network.

GET https://api.expand.network/chain/getgasprice

Query Parameters

https://api.expand.network/chain/getgasprice?chainId=250

/getstorage

Get data stored in the given slot.

GET https://api.expand.network/chain/getstorage

Query Parameters

https://api.expand.network/chain/getstorage?chainId=250&address=0xBfc82f3526874B9c3c1b1E7afE5EB293aC77011C

/gettransaction

Get details of a transaction.

GET https://api.expand.network/chain/gettransaction

Query Parameters

https://api.expand.network/chain/gettransaction?chainId=250&transactionHash=0x3d30e4e6dea4306b87c642f882617d5d4ef7dec10f9cea7aaf43f549dcfd817e

/portfolio

Get detailed information about the verified assets or tokens currently associated with a user's wallet address.

GET https://api.expand.network/chain/portfolio

Query Parameters

https://api.expand.network/chain/portfolio?chainId=250&address=0xE07A19BD62Ec121778e2d3bbb604536dcF4b62F2&availableOnly=true

/getusertransactions

Get the historical transaction details for a specific user address.

GET https://historicallp.api.expand.network/chain/getusertransactions

Query Parameters

https://historicallp.api.expand.network/chain/getusertransactions?address=0xbbCc5501cFBA3c8dc2225558664B5c1084DE42Fa&page=19&sortOrder=asc&chainId=250

/sendtransaction

Send transaction on the chain.

POST https://api.expand.network/chain/sendtransaction

Request Body

{
    "chainId" : "250",
    "rawTransaction": "0xf86f048433918fbe830493e0949b79d6dfe4650d70f35dbb80f7d1ec0cf7f823fd87038d7ea4c6800084022794382da0c9bd6b5c7e18a258b04039d524a3e1382ec0f522d160dc027428933f520b6868a07332736f1df297842299230820626f1fc5b8d4cdd602ade55e3ba02c63e756ce"
}

/decodetransaction

Get the decoded transaction for the provided raw transaction.

POST https://api.expand.network/chain/decodetransaction

Request Body

{
    "chainId": "250",
    "rawTransaction": "0xf86b80850814ba728a830a3d8794f73ee0e06a1b8ec3a7ff860d766e75f3eea7b985843b9aca0080820217a09822cc76301462e630aa10db91f4035c343cf236ccc9c341196a12f590dbc610a0676fa7aba1fe0a7905a2ab0ccfdd4fed61f25df2f7cb662dd07e01222b62f56d"
}

Last updated