Crypto
List available crypto products
Discover which cryptocurrency products are available for trading and their supported configurations. This is the first endpoint to call when integrating crypto functionality.
Product Information
- Available Symbols: All cryptocurrencies available for purchase (USDT, USDC, TRX, ETH)
- Settlement Options: Settlement schedules available for each crypto
- Network Support: Blockchain networks supported for delivery
Integration Flow
- Get available products using this endpoint
- Present options to users (symbol, settlement, network)
- Use selected options in Get crypto quote requests
- Ensure wallet networks match supported networks before adding to Add wallet to address book
Next Steps
After getting products:
-
Add wallet to address book - Add destination wallets for supported networks
-
Get crypto quote - Get pricing for available symbol/settlement combinations
Previous
List address book wallets
List all wallets in your address book. These are the **only wallets** that can be used as destinations in crypto purchases.
#### Address Book Management
- **Available Destinations**: Only these wallets can be used in [Execute crypto purchase](/api-reference/crypto/execute-crypto-purchase)
- **Status Tracking**: Each wallet shows active status and availability
- **Network Information**: View supported networks and crypto symbols
#### Usage
- **Before Trading**: Check available wallets before requesting quotes
- **Wallet Selection**: Get wallet IDs needed for [Execute crypto purchase](/api-reference/crypto/execute-crypto-purchase)
- **Status Verification**: Ensure wallets are active before use
#### Related Endpoints
- [Add wallet to address book](/api-reference/crypto/add-wallet-to-address-book) - Add new wallets to this list
- [Execute crypto purchase](/api-reference/crypto/execute-crypto-purchase) - Use wallet IDs from this list as destinations
Next