List wallets linked to a passkey device

get/api/v2/user/otp/{deviceId}/wallets

Returns a paginated list of wallets whose user key is encrypted with the specified passkey device.

Path Parameters

  • deviceIdstringRequired
    The ID of the passkey OTP device
    Min length: >= 1 characters

Query Parameters

  • limitstring
    Maximum number of wallets to return per page
  • prevIdstring
    Cursor for pagination, the nextBatchPrevId from the previous response

200 Response

wallets array[object] required
keyId string required
id string required
label string required
coin string required
enterpriseId string
enterpriseName string
nextBatchPrevId string

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id