Verify if you're Bitget Wallet user
Curated by

Bitget Wallet
Call-to-Action
https://web3.bitget.com/en/wallet-downloadID Type
EVM ADDRESS
Cred Type
GRAPHQL
Last Update Time
11/12/2024, 08:40:05
Endpoint
https://api.bitkeep.vip/***Query
query ww($address:String!) {isBitkeepAddress(address: $address) {ok} }
Expression
function ({data}){ if ( data.isBitkeepAddress.ok === "1") { return 1 } return 0; }