Fetcch
  • 🟠What is Fetcch?
  • 🚅Pull Payments Layer
    • 🔭Overview
    • ❓How it works?
      • 👮Specification
      • 🎒How is it stored?
      • 🌊Pull Payments Flow
    • 🔐Security
      • 🎒Storage
      • ⛓️Cross Chain
    • ⚔️Use Pull Payments
  • 🆔Universal Identity Layer
    • 🔭Overview
    • ❓How it works?
      • 👮Specifications
      • 🎒How is it stored?
      • 🌊Identity Flow
    • 🔐Security
      • 🎒Storage
    • ⚔️Use Fetcch Identity
  • 🏗️Data Structures
    • 📖Address Books
      • 🔭Overview
      • 🎒Storage
  • 💻How to integrate?
    • ✈️Quickstart
    • ⛷️SDK Quickstart
    • 🔓Blockchain
    • ✨Guides
      • 🙇Authentication
      • 😁Identity
        • How to resolve identity?
        • How to create identity?
        • How to update identity?
      • 🤌Transaction Requests
        • How to get transaction requests?
        • How to create transaction request?
        • How to build transaction?
        • How to resolve transaction request?
      • 🫂Address Books
        • How to get address books?
        • How to create address books?
        • How to share address book?
        • How to accept address book request?
      • ⚙️Utility
        • How to sign messages?
          • EVM
          • Solana
          • Aptos
          • EIP-6492 Compatible Signatures
        • How to generate & verify proofs for identity?
    • 📖API Reference
      • ☢️Troubleshooting Errors
      • 🟢OpenAPI Specs
  • 🐧Open Source
    • 📸@fetcch/resolve-names
  • 🥶FAQs
    • FAQs
Powered by GitBook
On this page
  • API Keys
  • How to authenticate using API Keys?
  • Reading Data
  1. How to integrate?

Quickstart

Fetcch API contains various modules, each module has different API route and schema

  • Identity Module

    • Resolve any identity from any DID protocol like .eth, .sol, .apt, @metamask, @kana etc

    • Issue identity in a namespace like @metamask, @kana etc

  • Transaction Request Module

    • Request any type of transaction to any address, or DID

    • Websocket APIs for notifying when a request is created for an address or DID

  • Synchronized Address Book Module

    • Create books for any wallet

    • Share books to different wallet

API Keys

To acquire API Keys, contact @hardik_fetcch on telegram, we will guide you through entire process and make sure you have a delight while building on Fetcch

How to authenticate using API Keys?

Add your API Key as secret-key in headers of every request, and request will be authenticated

Reading Data

All data is user owned and can only be accessed by the user itself by providing a signature.

PreviousStorageNextSDK Quickstart

Last updated 1 year ago

💻
✈️