v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Accounts

List NDOs

Returns all net delivery obligations (NDO) across all accounts under your platform.

get/accounts/net_delivery_obligations

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved paginated list of net delivery obligations (NDOs) across all platform accounts.

Example response

{
  "message": [
    {
      "asset": "USD",
      "amount": "10532.15",
      "account_group": "XYZ456",
      "account_label": "general"
    }
  ]
}