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
}

Documentation Index

Fetch the complete documentation index at: https://docs.myaza.co/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint supports both API key (X-API-Key header) and Bearer token (Authorization: Bearer <JWT>) authentication.
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