Public APIs
Last updated
Last updated
This section focuses on a API implementation. We would like to allow for all developers to be able to integrate, even beyond the scope of web3.
sandbox: https://sandboxapi.0xkyc.id/docs
You can use already configured test account.
apiKey: "test1"
apiSecret: "123456789123456789"
You need to get issued an apiKey from us.
Please send an email to us Support@0xkyc.id using the apiKey request form below after changing #{something} to the proper one.
API endpoint to check whether a specified wallet address holds any SBT tokens on a given blockchain chain. The wallet address should be provided in hex code format starts with 0x
. The user can specify the chain they're checking against. Returns a boolean indicating presence or absence of SBT tokens, or an error message in case of invalid parameters or unauthorized issue. See below for example requests and responses.
/api/v1/hasSoul
ethereum-goerli
, ethereum-sepolia
, polygon-mumbai
, polygon
, scroll-alpha
API endpoint to get UUID on a given wallet address and blockchain chain. The wallet address should be provided in hex code format starts with 0x
. The user can specify the chain they're checking against. Returns a string format uuid or empty string, or an error message in case of invalid parameters or unauthorized issue. See below for example requests and responses.
/api/v1/uuid
ethereum-goerli
, ethereum-sepolia
, polygon-mumbai
, polygon
, scroll-alpha
API endpoint to get address, chainId, chainName pairs which has the same UUID. The uuid should be provided in uuid format. Returns an array of {address, chainId, chainName}, or an error message in case of invalid parameters or unauthorized issue. See below for example requests and responses.
/api/v1/pairs