List recent addresses
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.
Headers
Path Parameters
The UUID of the wallet whose recent recipient addresses to retrieve. Retrieve this value from the id field returned when the wallet was created.
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.