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.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
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 <= 50Filter records by token ID (for example, SETH, SETH_USDC). Use the Cobo token ID format. If omitted, all tokens are returned.
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.