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. List named lists

List named lists

Retrieve all named lists for your organization including list metadata, status, and item counts.

Response Fields

Each named list in the response includes:

FieldTypeDescription
idUUIDUnique list identifier
namestringHuman-readable list name
typestringList type (e.g., address_whitelist, approved_assets)
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Array of list items
organizationIdUUIDOwning organization ID
itemCountnumberNumber of items in the list
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast update timestamp (ISO 8601)

Status Values

StatusDescription
ACTIVEList is usable in policy conditions
INACTIVEList is disabled but not deleted

Use Cases

  • Build list management interfaces
  • Browse available lists for policy configuration
  • Audit list inventory and usage
  • Display list summaries in dashboards
  • Find lists by type or name

Required Permission

lists:read

On this page

  • Response Fields
  • Status Values
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Lists
  3. List named lists

List named lists

Retrieve all named lists for your organization including list metadata, status, and item counts.

Response Fields

Each named list in the response includes:

FieldTypeDescription
idUUIDUnique list identifier
namestringHuman-readable list name
typestringList type (e.g., address_whitelist, approved_assets)
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Array of list items
organizationIdUUIDOwning organization ID
itemCountnumberNumber of items in the list
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast update timestamp (ISO 8601)

Status Values

StatusDescription
ACTIVEList is usable in policy conditions
INACTIVEList is disabled but not deleted

Use Cases

  • Build list management interfaces
  • Browse available lists for policy configuration
  • Audit list inventory and usage
  • Display list summaries in dashboards
  • Find lists by type or name

Required Permission

lists:read

On this page

  • Response Fields
  • Status Values
  • Use Cases
  • Required Permission