Blocklist Address

GET /api/console/connect/address_blocklist

Query Parameters

NameTypeDescription

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"
   }
}

Last updated