📒
Background Check API
A compilation of reported scammers and loan defaulters in Atadia's database.
GET
https://api-gate-mg6fwvzq3a-as.a.run.app/api/blacklist/{token}?wallets={wallets}&include_connected_wallet={bool}
Parameters
Outputs
Parameter | Type | Description |
---|---|---|
token* | string | API access token |
wallets* | string | Wallet address or a list of wallet addresses.
Note that there is a maximum of 5 wallet checks per API call. To input a list of wallets, see here:List of Wallets as Input Parameter |
include_connected_wallet | boolean | Whether to incorporate other wallets connected to the Atadia platform by the wallet owner, default False |
Returns TRUE if the wallet owner is on our blacklist of loan defaulters and reported scammers; otherwise outputs FALSE.
Last modified 3mo ago