Price Alerts Webhook (GET) 🆕
Get all webhook alerts
Header parameters
x-api-keystringOptional
API key for Pro/Enterprise plans
Responses
200
Webhook Alerts Returned
application/json
Responseobject
400
Invalid request parameters
application/json
401
Unauthorized
application/json
429
Rate limit exceeded
application/json
get
GET /api/v1/blockchain/get-webhook-alerts HTTP/1.1
Host: api.dexcheck.ai
Accept: */*
[
{
"webhook_url": "http://localhost:8080/api/v1/blockchain/test_webhook",
"alert_type": "price_alert",
"alert_data": {
"trigger_price": 0.1,
"trigger_type": "cross_above",
"chain": "SOL",
"pair_id": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama"
},
"created_at": 1756208358.10541,
"is_active": false,
"id": "bf5f2aff-e462-469b-b0c2-189e615edf36"
}
]