curl --request POST \
--url https://chainz.cryptoids.info/api \
--header 'API_KEY: <api_key>' \
--header 'Content-Type: application/json' \
--data '{
"contract": "0x43ce81f458c0ef40dd654d8573c899e9df789266",
"slug": "baet",
"addrs": [
"0xaed74b6070647b52299102534d41182df61f3edc",
"0x9370ffe58cef7702c40f01e6525cc0c3ccf2a702"
],
"strict": false,
"query": "totalcoins"
}'