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. Authenticate with Travel Rule provider

Authenticate with Travel Rule provider

Obtain an access token from the organization's configured Travel Rule provider using stored credentials. The returned token can be used for subsequent travel rule operations, though Validate transaction for travel rule — POST /api/v1/travel-rule/validate handles authentication automatically.

Response Fields

FieldTypeDescription
accessTokenstringBearer token for the Travel Rule provider API
expiresInnumberToken lifetime in seconds
expiresAtstringAbsolute expiration timestamp (ISO 8601)
tokenTypestringToken type (typically Bearer)

Use Cases

  • Obtain a token when integrating directly with the Travel Rule provider
  • Pre-authenticate before performing a batch of validations
  • Debug connectivity issues with the Travel Rule provider

Required Permission

transactions:create

On this page

  • Response Fields
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Transactions
  3. Authenticate with Travel Rule provider

Authenticate with Travel Rule provider

Obtain an access token from the organization's configured Travel Rule provider using stored credentials. The returned token can be used for subsequent travel rule operations, though Validate transaction for travel rule — POST /api/v1/travel-rule/validate handles authentication automatically.

Response Fields

FieldTypeDescription
accessTokenstringBearer token for the Travel Rule provider API
expiresInnumberToken lifetime in seconds
expiresAtstringAbsolute expiration timestamp (ISO 8601)
tokenTypestringToken type (typically Bearer)

Use Cases

  • Obtain a token when integrating directly with the Travel Rule provider
  • Pre-authenticate before performing a batch of validations
  • Debug connectivity issues with the Travel Rule provider

Required Permission

transactions:create

On this page

  • Response Fields
  • Use Cases
  • Required Permission