Third party services powering blockchain functions?
Published 9/1/2025, 7:03:59 AM
The functions like get_portfolio and get_portfolio_on_all_chains are part of an internal API that securely interacts with blockchain networks to gather wallet data. These functions are powered by backend services that connect to various blockchain nodes and databases to access real-time information about your wallet balances, token holdings, and other relevant details.
While the specific third-party services or underlying technologies may vary, they typically include:
-
Blockchain Nodes: These are servers that maintain a copy of the blockchain and allow for interaction with it, providing data about transactions, balances, and more.
-
API Gateways: These serve as intermediaries between the blockchain nodes and the functions, enabling smooth communication and data retrieval.
-
Data Aggregators: Some services may aggregate data from multiple sources to provide a comprehensive view of the portfolio, including token prices and market data.
If you have further questions or need more detailed information, feel free to ask!