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. Get named list by ID

Get named list by ID

Retrieve a specific named list with complete details including all items. Use this endpoint when you need the full list contents.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNamed list identifier

Response Fields

FieldTypeDescription
idUUIDUnique list identifier
namestringHuman-readable list name
typestringList type identifier
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Complete array of all list items
organizationIdUUIDOwning organization ID
itemCountnumberNumber of items in the list
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast update timestamp (ISO 8601)

Use Cases

  • Display complete list contents in detail views
  • Export list items for backup or analysis
  • Verify list configuration before policy use
  • Review all addresses in a whitelist/blacklist
  • Audit list membership

Required Permission

lists:read

On this page

  • Path Parameters
  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Lists
  3. Get named list by ID

Get named list by ID

Retrieve a specific named list with complete details including all items. Use this endpoint when you need the full list contents.

Path Parameters

ParameterTypeRequiredDescription
idUUIDYesNamed list identifier

Response Fields

FieldTypeDescription
idUUIDUnique list identifier
namestringHuman-readable list name
typestringList type identifier
descriptionstringList description
statusstringACTIVE or INACTIVE
itemsstring[]Complete array of all list items
organizationIdUUIDOwning organization ID
itemCountnumberNumber of items in the list
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast update timestamp (ISO 8601)

Use Cases

  • Display complete list contents in detail views
  • Export list items for backup or analysis
  • Verify list configuration before policy use
  • Review all addresses in a whitelist/blacklist
  • Audit list membership

Required Permission

lists:read

On this page

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