Get pair info by token
This operation retrieves pairing information by the 8-digit pairing code, including the agent and wallet details. pair tokens are not owner-bound before confirmation and may be queried with the code alone, while restore tokens require the caller to be the owner bound when the restore code was generated.
Headers
Path Parameters
Response
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.