Skip to main content
POST
/
monitoring
/
addresses
/
remove
curl -X POST https://secureapi.gridlog.io/api/v1/monitoring/addresses/remove \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "chain": "polygon",
    "address": "0x1A2B3C..."
  }'
{
  "success": true
}
chain
string
required
The chain the address is on (e.g., polygon, ethereum, solana)
address
string
required
The wallet address to stop monitoring
curl -X POST https://secureapi.gridlog.io/api/v1/monitoring/addresses/remove \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "chain": "polygon",
    "address": "0x1A2B3C..."
  }'
{
  "success": true
}
success
boolean
true if the address was removed from monitoring