🔐
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. Connect API

Allowlist Address

GET /api/console/connect/address_allowlist

Query Parameters

Name
Type
Description

api_key*

String

Your API Key

wallet_address

String

Users wallet address. You need to pass user_id or the wallet address to perform the operatiion

{
   "data":{   
    "status": true,
    "wallet_address": "0x000000000000000000000000000000000000dead"
   }
}
{
    "error": "Invalid API Key"
}
PreviousUser detailsNextBlocklist Address

Last updated 2 years ago