Validate user's wallet ids by wallet permission.

get/api/v2/internal/enterprise/{enterpriseId}/wallets

Path Parameters

  • enterpriseIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • permissionstringRequiredDefault: view
    Wallet User permission to validate
    Example: view
    Enum: admin spend view freeze trade dapp
  • idarray[string]Required
    Wallet ids to validate with. Maximum 100 can be passed
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

200 Response

Array of
id string required
Wallet id that passes the validation
Example: 59cd72485007a239fb00282ed480da1f
label string required
Wallet label

202 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

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

403 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