This operation retrieves the most recent pair-claim record for the specified wallet (i.e. token_purpose=pair), including the associated agent and wallet details. Restore tokens are not surfaced here — query a restore by its token via GET /pairs/{token}. Wallet view permission is required. Use the wallet UUID obtained from the List all wallets operation.
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.
Successful Response
Pair info response. Agent and wallet are only present when token is valid.
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.