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 Transactions
  3. Transaction history

Transaction history

Retrieve transaction history for the organization. Supports filtering by date range, status, asset, network, addresses, and other criteria. Returns paginated results.

Query Parameters

ParameterTypeDescription
startDatestringStart of date range (ISO 8601)
endDatestringEnd of date range (ISO 8601)
statusstringFilter by transaction status (CREATED, SUBMITTED, PENDING_APPROVAL, APPROVED, CONFIRMED, FAILED, REPLACED, CANCELLED, PENDING_MEMPOOL, DROPPED, DENIED, APPROVAL_REJECTED)
assetstringFilter by asset symbol
networkstringFilter by network
fromAddressstringFilter by source address
toAddressstringFilter by destination address
workflowIdstringFilter by workflow ID
userIdstringFilter by user ID
organizationIdstringFilter by organization ID
sortBystringSort field (createdAt, updatedAt, timestamp, value; default createdAt)
sortOrderstringSort direction (asc, desc; default desc)
pagenumberPagination page
limitnumberItems per page

Use Cases

  • Build transaction history dashboards
  • Audit transaction activity
  • Export transaction data for reporting

Required Permission

transactions:read

On this page

  • Query Parameters
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Transactions
  3. Transaction history

Transaction history

Retrieve transaction history for the organization. Supports filtering by date range, status, asset, network, addresses, and other criteria. Returns paginated results.

Query Parameters

ParameterTypeDescription
startDatestringStart of date range (ISO 8601)
endDatestringEnd of date range (ISO 8601)
statusstringFilter by transaction status (CREATED, SUBMITTED, PENDING_APPROVAL, APPROVED, CONFIRMED, FAILED, REPLACED, CANCELLED, PENDING_MEMPOOL, DROPPED, DENIED, APPROVAL_REJECTED)
assetstringFilter by asset symbol
networkstringFilter by network
fromAddressstringFilter by source address
toAddressstringFilter by destination address
workflowIdstringFilter by workflow ID
userIdstringFilter by user ID
organizationIdstringFilter by organization ID
sortBystringSort field (createdAt, updatedAt, timestamp, value; default createdAt)
sortOrderstringSort direction (asc, desc; default desc)
pagenumberPagination page
limitnumberItems per page

Use Cases

  • Build transaction history dashboards
  • Audit transaction activity
  • Export transaction data for reporting

Required Permission

transactions:read

On this page

  • Query Parameters
  • Use Cases
  • Required Permission