🔐
w3auth
  • Welcome!
  • Installing
  • CORS
  • Authentication Flow
  • Integration Example
  • KYC
  • External Backend
  • API Reference
    • Active Chains
    • Nonce
    • Verify nonce
    • Link Wallet
    • Unlink Wallet
    • Profile & Custom fields
    • Logout
  • Package
    • React JS
  • Connect API
    • Enable API
    • User details
    • Allowlist Address
    • Blocklist Address
    • Get Settings
    • NFT Gating
    • Token Gating
Powered by GitBook
On this page
  1. API Reference

Active Chains

The active chains list you specified on the console will be returned as the answer.

You can enable or disable the chains on the front-end depending on the response.

Get list of active chains

GET api/chains

{
  "active_chains": {
    "eth": false,
    "bnb": false,
    "ftm": false,
    "matic": false,
    "glmr": false,
    "movr": false,
    "avax": false,
    "sol": false
  }
}

PreviousExternal BackendNextNonce

Last updated 2 years ago