---
title: "List NDOs"
method: GET
path: "/accounts/net_delivery_obligations"
tags: ["Accounts"]
---

# List NDOs

`GET /accounts/net_delivery_obligations`

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

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

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

- GetAccountsNetDeliveryObligationsResponse — Response schema for retrieving accounts net delivery obligations information.
  - `message` AccountsNetDeliveryObligationsResponseEntity[]
    - `asset` string — The asset code for the specific account, e.g. `USD`
    - `amount` string — The amount owed
    - `account_group` string — The group that the account is a part of
    - `account_label` string — The account label associated with the account

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
