Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Following are the EVM (Ethereum Virtual Machine) based blockchains integrated with expand.network:-
Ethereum
Binance Smart Chain
Avalanche - P/C/X
Polygon
Cronos
Arbitrum
Fantom
Optimism
Base
zkSync
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
We support all major public blockchains
expand.network provides connectivity to various EVM and Non-EVM based chains for both, query(Read) and transaction(Write). So now, the developer does not need to worry about how different blockchains work. The developer will be required to know only the chainID to perform multiple operations on different chains.
For example, if a developer wants to send two transactions, one on the Ethereum mainnet and another on Solana, then they just need to call the sendtransaction API with different chain IDs in the request body.
Following are the common APIs implemented for all the various chains:-
Name | Type | Description |
---|
Every chain requires a different set of parameters to perform the common operations. Please refer to the sub-sections for details.
To perform sendtransaction() successfully, the user needs to sign the transaction first.
If the user wants to pass the RPC manually, the user can either use their own RPC or use our provided RPC, by using /getpublicrpc endpoint.
GET
https://api.expand.network/chain/getpublicrpc
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
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
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 |
---|---|---|
For more details, click .
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
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.
Following are the NON-EVM chains integrated with expand.network at present:-
Tron
Solana
Near
Algorand
Aptos
Sui
Starknet
TON
Stellar
getbalance | Read | Get the balance or number of the given token in the requested public address. |
getblock | Read | Get details of a block. |
getgasprice | Read | Get the current gas price from the network. |
getstorage | Read | Get data stored in the given slot. |
gettransaction | Read | Get details of a transaction. |
Read | Get the RPC of required chain. |
getgasfees | Read | Retrieves gas fee spent in a particular range. |
getusertransactions | Read | Get the historical transaction details for a specific user address. Available on Ethereum, Binance Smart Chain, Avalanche - P/C/X, Polygon, Fantom, Stellar and TON. |
gethistoricalrewards | Read | Get the historical transaction details focusing on staking rewards for a specific user address. Available on Avax-P. |
getevents | Read | Get a filtered list of events emitted by a given ledger range, within a maximum 24 hours of recent ledgers. Currently available on Stellar. |
getlatestledger | Read | Get details for the current latest known ledger of the node. Currently available on Stellar. |
portfolio | Read | Get detailed information about the verified assets or tokens currently associated with a user's wallet address. Available on Ethereum as well as Arbitrum, Avalanche, Base, Binance Smart Chain, Cronos, Fantom, Near, Optimism, Polygon, Stellar and Solana. |
getflashbotblocks | Read | Get details of the flashbot blocks. |
getflashbottransactions | Read | Get details of the flashbot transactions. |
getflashbotbundle | Read | Get details of the specified flashbot bundle. |
settrustline | Write | Implement a trustline between issuer and distributor. Currently available on Stellar. |
createaccount | Write | Create and fund a new account using the public key as the account ID. Currently available on Stellar. |
rwa/issue | Write | Executes a payment operation to create (or mint) an asset on the Stellar network. |
rwa/freeze | Write | Executes a transaction to revoke an existing trustline’s authorization, thereby freezing the asset held by an account on the Stellar network. |
rwa/burn | Write | Executes a transaction to burn or delete an asset on the Stellar network. |
rwa/transfer | Write | Trigger a payment operation to send an amount in a specific asset (XLM or non-XLM) to a destination account on the Stellar network. |
sendtransaction | Write | Sign and send transactions on the chain. |
simulatetransaction | Write | Submit a trial contract invocation to simulate how it would be executed by the network. This endpoint calculates the effective transaction data, required authorizations, and minimal resource fee. It provides a way to test and analyze the potential outcomes of a transaction without actually submitting it to the Stellar network. |
genericsmartcontractmethod | Write | Calls read functions of verified smart contracts. Available on ethereum. |
decodetransaction | Write | Get the decoded transaction for the provided raw transaction. Available on ethereum, binance, avalanche, polygon, cronos, arbitrum, fantom, optimism, solana, stellar and near. |
chainId* | String |
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. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
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 |
chainSymbol | String |
transactionHash* | String | The transaction hash. |
rpc | String | Remote procedural call URL. |
chainId | String |
chainSymbol | String |
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 |
|
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from the signed transaction. |
chainId | String |
chainSymbol | String |
rawTransaction* | String | The raw transaction to be given for decoding. |
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. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
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 |
chainSymbol | String |
transactionHash* | String | The transaction hash. |
rpc | String | Remote procedural call URL. |
chainId | String |
chainSymbol | String |
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 |
|
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
address* | String | Comma-separated value of user addresses. |
endBlock | String | Last block of the range. |
startBlock | String | Starting block of the range. |
pageToken | String | The next page's token. Can be found at the end of the response. |
sortOrder | String | The transaction sorting order. asc or desc. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from the signed transaction. |
chainId | String |
chainSymbol | String |
rawTransaction* | String | The raw transaction to be given for decoding. |
rpc | String | Remote procedural call URL. |
chainId* | String | Refer to the page for details. |
chainSymbol | String | Refer to the page for details. |
address* | String | Comma-separated value of user addresses. |
endBlock | String | Last block of the range. |
startBlock | String | Starting block of the range. |
pageToken | String | The next page's token. Can be found at the end of the response. |
sortOrder | String | The transaction sorting order. asc or desc. |
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/getgasfees
GET
https://api.expand.network/chain/portfolio
GET
https://api.expand.network/chain/getusertransactions
GET
https://api.expand.network/chain/getflashbotblocks
GET
https://api.expand.network/chain/getflashbottransactions
GET
https://api.expand.network/chain/getflashbotbundle
POST
https://api.expand.network/chain/sendtransaction
With bdnTransaction: true
With bdnTransaction: true
With mevProtection: true
With mevProtection: true
POST
https://api.expand.network/chain/genericsmartcontractmethod
POST
https://api.expand.network/chain/decodetransaction
GET
https://api.expand.network/chain/gethistoricalrewards
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getusertransactions
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
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/gettransaction
GET
https://api.expand.network/chain/portfolio
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
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
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
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
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
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/gettransaction
POST
https://api.expand.network/chain/sendtransaction
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
POST
https://api.expand.network/chain/sendtransaction
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
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/gettransaction
POST
https://api.expand.network/chain/sendtransaction
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/gettransaction
GET
https://api.expand.network/chain/portfolio
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/decodetransaction
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|
GET
https://api.expand.network/chain/getblock
Name | Type | Description |
---|
GET
https://api.expand.network/chain/gettransaction
GET
https://api.expand.network/chain/getgasprice
POST
https://api.expand.network/chain/sendtransaction
Good to know: While signing the transaction with our SDK, please ensure you have passed the correct sequence number(the sequence number of last transaction+1).
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|
GET
https://api.expand.network/chain/getblock
GET
https://api.expand.network/chain/getstorage
GET
https://api.expand.network/chain/gettransaction
POST
https://api.expand.network/chain/sendtransaction
Note: Supported version - Node v18+
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
POST
https://api.expand.network/chain/sendtransaction
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.
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.
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.
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
Name | Type | Description |
---|
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
Addess of the user
startBlock
String
Starting block of the range by default it is latestblock-100
endBlock
String
Last block of the range
by default it is latest block
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.
chainId
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
chainId
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
chainId
String
Refer to the Chain ID page for details.
chainSymbol
String
Refer to the Chain ID page for details.
bundleHash*
String
The bundle 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.
rawTransaction*
String
The encoded transaction, obtained from the signed transaction.
bdnTransaction
Boolean
If true, then txn goes through the bdn route, which speeds up the transaction process.
By default, false.
mevProtection
Boolean
If true, then txn goes through flashbots.
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.
contractAddress*
String
Address of the Contract to perform read operation on.
parameters
Array
Parameters to the read function
abi
String
Abi of the smart contract
methodName*
String
Name of the read function to be called
blockNumber
String
BlockNumber to perform read query on. by Default latestBlock
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.
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
Comma-separated value of user addresses.
pageToken
String
The next page's token. Can be found at the end of the response.
sortOrder
String
The transaction sorting order. asc or 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.
address*
String
Comma-separated value of user addresses.
endBlock
String
Last block of the range.
startBlock
String
Starting block of the range.
pageToken
String
The next page's token. Can be found at the end of the response.
sortOrder
String
The transaction sorting order. asc or 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.
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.
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.
networkId*
String
Contains the network Id (testnet or mainnet).
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.
networkId
String
Contains the network Id (testnet or mainnet).
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.
networkId*
String
Contains the network Id (testnet or mainnet).
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 tokens to get value of. Maximum 10 at a time.
availableOnly
Boolean
By default, false. If true, tokens with balance > 0 will be listed.
chainId*
Integer
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 signed transaction.
rpc
String
Remote procedural call URL.
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.
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.
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.
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.
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.
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.
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.
transactionHash*
String
The transaction Hash.
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 signed transaction.
rpc
String
Remote procedural call URL.
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.
rawTransaction*
String
The encoded transaction, obtained from the signed transaction.
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.
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.
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. |
key | String | Contains the API key. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
key | String | Contains the API key. |
connectionType* | String | Pass value as "idx". |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
transactionHash* | String | The transaction Hash. |
key | String | Contains the API key. |
connectionType* | String | Pass value as "idx". |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from signed transaction. |
key | String | Contains the API key. |
rpc | String | Remote procedural call URL. |
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. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
transactionHash* | String | The transaction Hash. |
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. |
pageToken | String | The page number that the user wants to fetch. Available at the end of the response. |
assetType | String | Type of the asset. Either "fungible" or "nonFungible". By default, "all". |
chainId* | Integer |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from signed transaction. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The raw transaction to be given for decoding. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
address* | String | The public address to get the balance of. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
transactionHash* | String | The transaction hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from signed transaction. |
rpc | String | Remote procedural call URL. |
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. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
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 |
chainSymbol | String |
transactionHash* | String | The transaction hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from the signed transaction. |
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. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
blockNumber* | String | The block(Checkpoint) number or block hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
address* | String | Object Id whose storage is needed. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
transactionHash* | String | The transaction(digest) hash. |
rpc | String | Remote procedural call URL. |
chainId* | String |
chainSymbol | String |
rawTransaction* | String | The encoded transaction, obtained from the signed transaction. |
signature* | String | Signature, received after signing the transaction. |
POST
https://api.expand.network/rwa/settrustline
Name | Type | Description |
---|---|---|
POST
https://api.expand.network/rwa/issue
POST
https://api.expand.network/rwa/transfer
POST
https://api.expand.network/rwa/burn
POST
https://api.expand.network/rwa/freeze
GET
https://api.expand.network/chain/getbalance
Name | Type | Description |
---|---|---|
GET
https://historicallp.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://historicallp.api.expand.network/chain/getusertransactions
GET
https://api.expand.network/chain/getevents
GET
https://api.expand.network/chain/getlatestledger
POST
https://api.expand.network/chain/createaccount
POST
https://api.expand.network/chain/sendtransaction
POST
https://api.expand.network/chain/simulatetransaction
POST
https://api.expand.network/chain/decodetransaction
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/gettransaction
GET
https://api.expand.network/chain/getusertransactions
GET
https://api.expand.network/chain/portfolio
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.
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.
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.
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.
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
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.
from*
String
Public address of the distributor of asset.
amount*
String
The amount of asset to set trustline for.
issuer*
String
Public address of the issuer of the asset.
assetCode*
String
The code of asset to set trustline for.
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.
issuer*
String
Public address of the issuer of the asset.
assetCode*
String
The code of asset to be issued.
amount*
String
The amount at asset to be issued.
to*
String
The public address of the distributor.
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.
from*
String
Public address of sender of asset.
to*
String
Public address of the receiver of the asset.
amount*
String
Amount of asset to transfer.
issuer*
String
Public address of the issuer of the asset.
assetCode*
String
The code of the asset to transfer.
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.
from*
String
Public address of the distributor of asset.
amount*
String
The amount of asset to burn
issuer*
String
Public address of the issuer of the asset.
assetCode*
String
The code of asset to burn
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.
user*
String
Public address of user to be freezed.
issuer*
String
Public address of the issuer of the asset.
assetCode*
String
The code of the asset to freeze
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.
issuer
String
The public address of the issuer.
assetCode
String
The code of asset to get the balance of. *Required, if issuer address is provided.
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
Sequence number of the ledger.
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.
keys*
String
The key of the ledger entry (serialized in a base64 string).
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.
availableOnly
Boolean
By default, false. If true, tokens with balance > 0 will be listed.
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.
pageToken
String
A string ID that points to a specific location in a collection of responses, present at the end of the response.
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.
startBlock
String
Sequence number of the ledger. By default, the latest ledger.
pageToken
String
A string ID that points to a specific location in a collection of responses, present at the end of the response.
contracts
String
Comma separated values of contract IDs to query for events.
topics1
String
Topic this event was emitted with.
topics2
String
Topic this event was emitted with.
topics3
String
Topic this event was emitted with.
topics4
String
Topic this event was emitted with.
topics5
String
Topic this event was emitted with.
type
String
A comma separated list of event types (system, contract, or diagnostic) used to filter events. If omitted, all event types are included.
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.
from*
String
The source account, from where the XLM will be withdrawn.
initialBalance*
String
Amount of XLM to send to the newly created account.
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 signed transaction to broadcast for inclusion in a ledger, serialized as a base64 string.
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
A signed Stellar transaction, serialized as a base64 string.
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
A signed Stellar transaction, serialized as a base64 string.
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(sequence) number.
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.
transactionHash*
String
The transaction(digest) hash.
address*
String
Sender's public address.
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.
limit
String
Maximum number of transactions in response. Maximum: 100
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 tokens to get value of. Maximum 10 at a time.
availableOnly
Boolean
By default, false. If true, tokens with balance > 0 will be listed.