cURL
curl --request POST \ --url https://api.bitrace.io/api/v1/tracker/address/whitelist \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data ' { "network": "ethereum", "addresses": [ "<string>" ] } '
{ "success": true, "code": 1, "status": "SUCCESS", "msg": "SUCCESS" }
addWhitelistAddresses - This endpoint adds addresses to the whitelist.
API key authentication
application/json
The blockchain network
ethereum
eth
tron
btc
bsc
polygon
arbitrum
optimism
avalanche
base
zksync
merlin
kaia
iotex
ftm
theta
etc
lumia
solana
doge
ltc
The list of addresses to add or delete
Successful response
Request success or not
Response code (1 for success, other numbers for errors)
SUCCESS or error message
The status of the response