API Playground
Interactive POST /v1/score simulator — NBFC Fraud Scoring REST API
SLA Guarantee
99.9% Uptime
P99 Latency
< 50ms
Score Freshness
< 60 seconds
Single REST API call · No ledger knowledge required · No token wallet
POST /v1/score
Response
Submit a request to see the response
AI-powered fraud scoring in < 50ms
Integration Examples
curl -X POST https://api.neurochain.ai/v1/score \
-H "Content-Type: application/json" \
-H "Authorization: Bearer nc_live_sk_..." \
-d '{
"amount": 250000,
"wallet_id": "0x7a3f8c2e1d09",
"device_fingerprint": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6",
"timestamp": "2026-02-24T18:50:23.078Z",
"geolocation": {"lat": 19.076, "lng": 72.877}
}'
