List recent addresses for current user
This operation retrieves the most recently used recipient addresses across all transfers initiated by the current principal (across all their wallets). Results are ordered from most to least recent.
Headers
Query Parameters
The maximum number of addresses to return. Range: [1, 50].
1 <= x <= 50Filter records by token ID (for example, SETH, SETH_USDC). Use the Cobo token ID format. If omitted, all tokens are returned.
Response
Successful 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.