🔐
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

Token Gating

GET /api/console/connect/token_gating

Query Parameters

Name
Type
Description

api_key*

String

Your API Key

page

String

limit

String

Max: 100

{
   "data":{    
      total: 50,
      records: [
       {
        "id": "715dd033-7a03-4fc5-ad74-f220bcf1be3f",
        "chain": "ETH",
        "contract_address": "0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb",
        "value": "10000"
      }
      ]
    }
}
{
    "error": "Invalid API Key"
}
PreviousNFT Gating

Last updated 2 years ago