List accounts
List all active accounts belonging to your organization, including their attached funding methods. Results are ordered by creation date, newest first.
Documentation Index
Fetch the complete documentation index at: https://docs.nxos.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer token. Format: Bearer <api_key>
Query Parameters
Maximum number of items to return. Defaults to 25, max 100.
Cursor for the next page of results, returned in previous responses.
Response
The request has succeeded.
Paginated list envelope. All list endpoints return this shape.
Object type. Always list for paginated responses.
list Array of results.
Whether more results are available beyond this page.
Cursor to pass as cursor query parameter for the next page. Null when there are no more results.