GET
https://api.expand.network/chain/getbalance
rpc
String
Remote procedural call URL
chainId*
String
chainSymbol
String
address*
String
The public address to get the balance of.
tokenAddress
String
The address of token to get the balance of.
networkId*
String
Contains the network Id (testnet or mainnet).
GET
https://api.expand.network/chain/getblock
rpc
String
Remote procedural call URL.
chainId*
String
chainSymbol
String
blockNumber*
String
The block number or block hash.
networkId
String
Contains the network Id (testnet or mainnet).
GET
https://api.expand.network/chain/gettransaction
rpc
String
Remote procedural call URL.
chainId*
String
chainSymbol
String
transactionHash*
String
The transaction Hash.
networkId*
String
Contains the network Id (testnet or mainnet).
GET
https://api.expand.network/chain/portfolio
rpc
String
Remote procedural call URL.
chainId
String
chainSymbol
String
address*
String
Public addess of the user.
tokens
String
Comma-separated value of tokens to get value of. Maximum 10 at a time.
availableOnly
Boolean
By default, false. If true, tokens with balance > 0 will be listed.
POST
https://api.expand.network/chain/sendtransaction
chainId*
Integer
chainSymbol
String
rawTransaction*
String
The encoded transaction, obtained from signed transaction.
rpc
String
Remote procedural call URL.
POST
https://api.expand.network/chain/decodetransaction
chainId*
String
chainSymbol
String
rawTransaction*
String
The raw transaction to be given for decoding.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details. By default, Ethereum.
Refer to the page for details.