GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/getgasprice
GET
https://api.expand.network/chain/getstorage
GET
https://api.expand.network/chain/gettransaction
GET
https://api.expand.network/chain/portfolio
GET
https://api.expand.network/chain/getusertransactions
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
rpc
String
Remote procedural call URL
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
address*
String
The public address to get the balance of.
tokenAddress
String
The address of token to get the balance of.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
blockNumber*
String
The block number or block hash.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
address*
String
Contract address whose storage is needed.
index
String
Slot index on the smart contract. By default, it is taken as 0.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
transactionHash*
String
The transaction hash.
rpc
String
Remote procedural call URL.
chainId
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
address*
String
Public addess of the user.
tokens
String
Comma-separated value of ERC-20 tokens to get value of. Maximum 10 at a time.
availableOnly
Boolean
By default, false. If true, tokens with balance > 0 will be listed.
pageToken
String
Present at the end of a lengthy response to fetch the next page.
assetType
String
fungible
/nonFungible
standard choice.
By default, all
.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
address*
String
The public address of the user.
page
String
The page number that the user wants to fetch.
sortOrder
String
The transaction sorting order. asc or desc. By default, desc.
rpc
String
Remote procedural call URL.
chainId*
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
rawTransaction*
String
The encoded transaction, obtained from the signed transaction.
chainId
String
Refer to the Chain ID page for details. By default, Ethereum.
chainSymbol
String
Refer to the Chain ID page for details.
rawTransaction*
String
The raw transaction to be given for decoding.