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