API
API Docs
Programmatic TRON USDT screening for workspace API keys.
POST /v1/screen
Use a bearer API key with the screen:write scope. Include Idempotency-Key for retry-safe writes.
curl -X POST https://example.com/v1/screen \
-H "Authorization: Bearer usk_live_..." \
-H "Idempotency-Key: quote-123" \
-H "Content-Type: application/json" \
-d '{"address":"T..."}'OpenAPI JSON: /openapi.json
Batch, reports, watchlist, webhooks
Use scoped bearer keys. Batch jobs accept up to 500 JSON address rows and return row-level validation.
POST /v1/batches
GET /v1/batches/{id}
GET /v1/reports/{id}
POST /v1/watchlist
POST /v1/webhooks/testWebhook deliveries include x-tron-checker-signature, x-tron-checker-timestamp, and x-tron-checker-event headers.