Get External Wallet Priority
Wallet
Get External Wallet Priority
Retrieve the current priority order of external wallets for transaction funding
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
Your public API client key
Bearer token for authentication
Response
Wallet priority identifier
Blockchain wallet address
Currency code (e.g., “usdc”, “usdt”)
Blockchain network (e.g., “linea”, “ethereum”, “solana”)
Current priority value (lower = higher priority)
Related Endpoints
- Update External Wallet Priority - Change the priority order
- Get External Wallets - View all registered external wallets