Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Lists
  3. Check if value exists in list

Check if value exists in list

Check if a specific value is present in a named list. Returns a boolean result indicating membership. Matching is case-sensitive and exact.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNamed list identifier
valuestringYesValue to check for membership

Response Fields

FieldTypeDescription
existsbooleantrue if value is in the list, false otherwise
listIdUUIDEcho of the named list UUID that was checked
valuestringThe value that was checked

Matching Behavior

  • Exact match only (no partial or fuzzy matching)
  • Case-sensitive comparison
  • List must be ACTIVE for checks to succeed
  • Whitespace is significant

Use Cases

  • Pre-validate addresses against whitelists before transactions
  • Check if an asset is in an approved list
  • Verify user membership in approver groups
  • Pre-flight validation before policy evaluation
  • Build address verification UIs

Required Permission

lists:read

On this page

  • Path Parameters
  • Response Fields
  • Matching Behavior
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Lists
  3. Check if value exists in list

Check if value exists in list

Check if a specific value is present in a named list. Returns a boolean result indicating membership. Matching is case-sensitive and exact.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNamed list identifier
valuestringYesValue to check for membership

Response Fields

FieldTypeDescription
existsbooleantrue if value is in the list, false otherwise
listIdUUIDEcho of the named list UUID that was checked
valuestringThe value that was checked

Matching Behavior

  • Exact match only (no partial or fuzzy matching)
  • Case-sensitive comparison
  • List must be ACTIVE for checks to succeed
  • Whitespace is significant

Use Cases

  • Pre-validate addresses against whitelists before transactions
  • Check if an asset is in an approved list
  • Verify user membership in approver groups
  • Pre-flight validation before policy evaluation
  • Build address verification UIs

Required Permission

lists:read

On this page

  • Path Parameters
  • Response Fields
  • Matching Behavior
  • Use Cases
  • Required Permission