Skip to main content
GET
Get External Wallet Priority

Overview

Manage the priority order of registered external wallets. Priority determines the order in which wallets are evaluated for funding transactions. When a transaction is initiated, the platform checks wallets in priority order (1, 2, 3…). The first wallet with sufficient balance and allowance to cover the entire transaction cost is used. Only one wallet funds each transaction — multi-funding is not supported. Lower priority numbers are checked first (priority 1 before priority 2). Use Cases:
  • Control wallet selection order for transactions
  • Optimize for network fees across chains
  • Ensure transactions succeed with fallback wallets
  • Route withdrawals to specific wallets

Get the current priority order of all registered external wallets.

Authentication

string
required
Your public API client key
string
required
Bearer token for authentication

Response

number
Wallet priority identifier
string
Blockchain wallet address
string
Currency code (e.g., “usdc”, “usdt”)
string
Blockchain network (e.g., “linea”, “ethereum”, “solana”)
number
Current priority value (lower = higher priority)