Pin or unpin a wallet

put/api/v2/wallet/{walletId}/pin

Pins or unpins a wallet and returns updated pinned wallets for the current user's enterprise.

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Request Body

isPinned boolean required

200 Response

pinnedWallets object required
enterpriseId string required
userId string required
wallets array[string] required

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