⏳ Synchronous APIs

Billing Rules Overview:
  • Single Call 🎯: 1 charge per valid address; no charge for repeats within 7 days (exceptions apply)
  • Bulk Call ⏩: Charged per valid address; no charge for repeats within 7 days

🎯 Single Calls

EndpointDescriptionBillingBilling Details
🔵 GET /api/v1/tracker/kya/entitiesGet entity info by address1No charge for repeats within 7 days
🔵 GET /api/v1/tracker/kya/risksGet risk info by address1No charge for repeats within 7 days
🔵 GET /api/v1/tracker/kya/entities-risksGet entity & risk info1No charge for repeats within 7 days
🔵 GET /api/v1/tracker/kya/risk-scoresGet risk score1No charge for repeats within 7 days
🔵 GET /api/v1/tracker/kya/address/basicGet basic address info1No 7-day exemption; repeats still charged
🔵 GET /api/v1/tracker/kya/address/counterpartiesGet top N counterparties (1-hop)1No charge for repeats in 7 days; counts as 1 even with multiple addresses

⏩ Bulk Calls

EndpointDescriptionBillingBilling Details
🟠 POST /api/v1/tracker/kya/entitiesBulk get entity infoNN = valid addresses; excludes 7-day repeats
🟠 POST /api/v1/tracker/kya/risksBulk get risk infoNN = valid addresses; excludes 7-day repeats
🟠 POST /api/v1/tracker/kya/entities-risksBulk get entity & risk infoNN = valid addresses; excludes 7-day repeats
🟠 POST /api/v1/tracker/kya/risk-scoresBulk get risk scoresNN = valid addresses; excludes 7-day repeats

🚀 Asynchronous APIs

Billing Rules Overview:
  • Async Call 🎯: Charged when the request is created; callback is free
  • No bulk APIs: All are single-call mode
  • Special Note: Depth-supported endpoints (e.g., Retrieve Transaction Risks) are also charged at creation

🎯 Single Calls

EndpointDescriptionBillingBilling Details
🟠 POST /api/v1/tracker/kya/custom-risk-scoresCustom address risk score (async)1Charged at creation; callback free
🟠 POST /api/v1/tracker/kya/tags-and-scoresCombined address info (entity, risk, score)1Charged at creation; callback free
🟠 POST /api/v1/tracker/kyt/transfers/risk-screeningTransaction risk screening (depth 0–6)1Charged at creation; callback free
🟠 POST /api/v1/tracker/kyt/custom-risk-scoresCustom transaction risk score (async)1Charged at creation; callback free