X-Api-Key: ********************
{ "address": "0x433e749217f2b0ce69dC740CF55Df69175644c32", "network": "eth" }
curl --location --request POST 'https://api.checkcryptoaddress.com/wallet-checks' \ --header 'X-Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "address": "0x433e749217f2b0ce69dC740CF55Df69175644c32", "network": "eth" }'
{ "valid": true, "scamReport": "string", "message": "string" }