ParseRail
api.thecompound.tech/v1
39 endpoints1 paused242/242 checks passingcredits from $20

Commerce & ops

Fraud triage

An order or transaction in context → a risk score, the signals driving it, and the checks worth running before you ship.

POST/v1/fraud-flag$0.06/check, 6 credits, charged only on success120 calls a minute per key

The example in the published schema

charged 0 credits
  1. auth (bearer key)
  2. per-key throttle
  3. validate body
  4. balance precheck
  5. run the capability
  6. charge credits ON SUCCESS ONLY
  7. JSON
The request body/v1/fraud-flag
{
  "order": {
    "amount": 950,
    "email": "qq1998x@tempmail.dev",
    "shippingCity": "Miami",
    "billingCity": "Portland",
    "ip": "203.0.113.9",
    "accountAgeDays": 0,
    "expedited": true
  }
}
The responsepublished example
// sending the call
// 0 credits charged so far
curl https://api.thecompound.tech/v1/fraud-flag \
  -H "Authorization: Bearer $COMPOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"order":{"amount":950,"email":"qq1998x@tempmail.dev","shippingCity":"Miami","billingCity":"Portland","ip":"203.0.113.9","accountAgeDays":0,"expedited":true}}'

Scored

9 of 9 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score

The Commerce & ops guide has this endpoint with its example response. The reference has every parameter.

More from Commerce & ops

Get a key and buy credits