⚡ API Reference
API Reference
Complete reference for all NDAPI endpoints. All requests require your API key in the x-api-key header.
Authentication
Every API request must include your API key in the request header.
Request Header
Header
x-api-key: NDAPI-TEST-your_test_key_here
Test vs Live
| Key Prefix | Environment | Behaviour |
|---|---|---|
| NDAPI-TEST- | Test | No real money moves. Returns mock success responses. Safe for development. |
| NDAPI-LIVE- | Production | Real money. Real bank transfers. Use only in production. |
Authentication Errors
| HTTP Status | Error | Cause |
|---|---|---|
| 401 | Invalid API key | Key is missing, malformed, or doesn't match any operator account. |
| 401 | Operator account suspended | Your account has been suspended. Contact ndapi.admin@nolubz.com. |