# Faucet API

The **faucet-api.arcturuschain.io** provides two key endpoints for managing and checking referral information:

1. **`/top-referrals`**:
   * This endpoint returns the **top 10 wallet addresses** ranked by referral points.
   * It is useful for displaying the highest-performing referrers on the platform.
2. **`/referral/:address`**:
   * This endpoint allows you to **query the referral points** of a specific wallet address.
   * By entering the wallet address in place of `:address`, you can retrieve the referral score associated with that account.

> **Note**: Only GET method allowed.

These endpoints help track and manage referral activity within the Arcturus Chain faucet system.
