This operation allows a human principal to confirm ownership pairing of an agent’s wallet using the 8-digit pairing code generated by the Initiate wallet pairing operation. Pairing transfers wallet ownership to the human, creates a delegation granting the agent access, and links the agent to the human as its owner.
Request payload for a human to confirm wallet pairing using a token.
8-digit numeric pairing code from the agent.
8^\d{8}$Successful Response
Wallet pairing response payload.
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.