Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
List endpoints return paginated responses using cursor-based pagination. This approach provides stable results even when data changes between requests.How it works
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 10 | Maximum number of items to return per page |
cursor | string | — | Cursor returned from a previous response |
direction | string | — | Pagination direction: NEXT or PREVIOUS |
sortOrder | string | DESCENDING | Sort direction: ASCENDING or DESCENDING |
Response structure
Every list response includes ameta object alongside the data array:
| Field | Description |
|---|---|
previousCursor | Cursor to fetch the previous page. null on the first page. |
nextCursor | Cursor to fetch the next page. null on the last page. |
total | Number of items returned in the current page. |
Examples
First page:nextCursor value as cursor: