📄️ Getting Started
Arkhia offers API services, including the status API for end users to fetch current service status and receive information on scheduled maintenance, and the Events API that allows users to subscribe to real-time events for specific items.
📄️ Contract Event
In this tutorial, we will learn how to subscribe to an ERC20 contract Transfer event using the Arkhia API.
📄️ Factory Contract Event
In this tutorial, we will learn how to subscribe to a UniswapV2Factory Contract PairCreated event using Arkhia API, which will automatically subscribe to new UniswapV2Pair contracts by nesting another item event within the item event.
📄️ EthTopic Event
In this tutorial, we will subscribe to an ERC20 contract Transfer event using the Arkhia API without the need to provide the contract address.