List beneficiaries
List beneficiaries for an account, optionally filtered by type. Returns crypto and bank beneficiaries in a single flat list.
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
Account to list beneficiaries for.
Filter by beneficiary type. Beneficiary type.
CRYPTO, BANK 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.