Detailed Service Descriptions

  1. Wallet Service: The Wallet Service provides a secure and user-friendly solution for managing multiple cryptocurrencies. It supports the creation, import, and export of wallets, allowing users to store, send, and receive digital assets. The service also incorporates advanced security measures, such as multi-signature and 2FA authentication, to protect users' funds.

  2. Ticker Service: The Ticker Service delivers real-time price information and historical data for various cryptocurrencies. It aggregates data from multiple exchanges and presents it in an easily digestible format. Users can track market trends, set price alerts, and analyze historical price movements to make informed investment decisions.

  3. Blockchain Explorer Service: This service allows users to search and analyze blockchain data across multiple networks. Users can explore transaction details, track wallet balances, and monitor smart contract activity. The Blockchain Explorer Service also provides insights into network health, including block times, confirmation times, and overall network performance.

  4. Smart Contract Monitoring Service: The Smart Contract Monitoring Service enables users to observe, manage, and audit smart contracts deployed on various blockchain networks. It provides real-time notifications about contract events, tracks token balances, and delivers insights into contract interactions. This service also offers advanced analytics tools to identify potential vulnerabilities and assess the overall security of smart contracts.

  5. Decentralized Finance (DeFi) Analytics Service: The DeFi Analytics Service delivers comprehensive data and insights into the rapidly evolving DeFi ecosystem. It provides information on various DeFi platforms, lending rates, liquidity pools, and yield farming opportunities. The service also includes advanced metrics, such as TVL (total value locked), to help users assess the performance and potential of DeFi projects.

LIVE SERVICES:

Wallets Service: The Wallets service offers three functions:

  1. get_transaction(): Fetch transaction details using fields like transaction type, time, block number, transaction hash, amount, target address, chain ID, and currency. You can filter or compare using logical operators such as ==, !=, <, >, <=, >=, in, and not in.

  2. get_assets(): Retrieve information about assets using fields like currency, chain ID, and balance. Use the provided logical operators to filter the data based on your requirements.

  3. get_nftAsset(): Obtain information about NFT assets with fields like token address, token ID, owner address, block number, minted block number, token hash, amount, contract, name, symbol, token URI, minted address, and chain ID. Use the available logical operators to filter or compare the data as needed.

Ticker Service: The Ticker service offers two main functions:

  1. getTicker(): Access various fields related to a specific ticker, including price, volume, market cap, supply, liquidity, spread, number of transactions, number of blocks per range, and Proof of Stake (POS) related data. Each subfield has its specific parameters, like coin, currency, exchange, market, chain, and range.

  2. getSeries(): Obtain financial data using three main categories: Series Name, Interval, and Timeline. The Series Name field provides access to various subfields such as price, market capitalization, volume, supply, liquidity, spread, number of transactions, number of blocks per range, POS total validators, POS attestation, POS ether voted, POS deposits, POS reward, and POS participation rate.

The Interval field allows you to specify the frequency of the data (e.g., 1 minute, 5 minutes, 15 minutes, 1 hour, 1 day, and 1 week), while the Timeline field is used to define the time period for which the data is requested (e.g., start and end date, today, yesterday, last week, last month, last year, and all time).

Last updated