This operation retrieves the most recently used recipient addresses for a specific wallet, derived from transfer history. Results are ordered from most to least recent.
The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the id field returned when the wallet was created.
The maximum number of addresses to return. Range: [1, 50].
1 <= x <= 50Successful Response
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.