Arcturus Docs
  • Note!
  • Bitcoin and Decentralized Structure
  • Introducing to Arcturus Chain
  • For End User
    • How to add Arcturus to Metamask
    • Obtaining tARC from the Faucet
    • Faucet API
    • How to Use Arcscan
  • For Nerds
    • Proof Of Stake
    • Arcturus Chain
      • Accounts
      • Messages and Transactions
      • Messages
      • Arcturus State Transition Function
      • Code Execution
      • Blockchain and Mining
      • Applications
        • Token Systems
        • Financial Derivatives and Stable-Value Currencies
        • Identity and Reputation Systems
        • Decentralized File Storage
        • Decentralized Autonomous Organizations
        • Further Applications
      • Fees
      • Computation And Turing-Completeness
      • Currency And Issuance
      • Mining Centralization
      • Scalability
      • Conclusion
    • Arcturus Pay
      • About
      • Technolog & Use Cases
      • Developer Instructions
        • arcpay_dev-1
        • arcpay_dev-2
        • arcpay_dev-3
  • Updates & News
Powered by GitBook
On this page
  1. For End User

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.

PreviousObtaining tARC from the FaucetNextHow to Use Arcscan

Last updated 6 months ago