RPS Labs
  • 👋Welcome to RPS Labs
  • 📋Table of Contents
  • Overview
    • 💡What we do
  • ✌️Using Lotto SDK
    • For Users
      • Case Studies
    • For Developers
      • 💸Pricing
      • 🧰SDK Docs
        • Getting Started
        • UI Components
        • Hooks
      • 💻API Docs
        • Raffle info
        • Users
        • Pot
      • 📃Smart Contracts
        • RPS Raffle
        • RPS Router
        • Configurable Raffle Parameters
        • Fund Management
        • Deployment Guide
        • Security Considerations
      • ⛓️Supported Chains
  • RESOURCES
    • 🙋‍♂️Contact & Social Links
    • ❓FAQ
    • 🖌️Brand Assets
  • COMING SOON
    • DailyGM!
    • Hypercluster
Powered by GitBook
On this page
  • Configuration
  • Get your API key
  • Supported chains
  1. Using Lotto SDK
  2. For Developers

API Docs

Here you'll find all the documentation you need to get up and running with the API.

Configuration

Get your API key

Your API requests are authenticated using API key. Any request that doesn't include an API key will return an error.

You can obtain an API key by contacting us at product@rpslabs.io.

Every request should contain Authorization header with the provided API key.

Authorization: Bearer {api_key}

Supported chains

For query parameter chain, next chains are supported: ethereum, linea, taiko, mantle, scroll, sepolia

Last updated 1 year ago

✌️
💻