Overview
Bridge wallets are fully supported in sandbox, allowing you to test wallet creation, deposits, and balance queries without moving real funds.Integration
Create a wallet
Create a Bridge wallet for a customer using the standard wallet creation endpoint:Response
Simulate a deposit
In production, you fund a wallet using Transfers, Liquidation Addresses, or Virtual Accounts. In sandbox, you can simulate a deposit directly to a wallet:- Creating a token deposit event
- Processing through the hot wallet pipeline
- Updating the wallet balance
- Transitioning the deposit to a terminal state
Query a wallet balance
Check the balance of a wallet after simulating a deposit:Response
Other supported endpoints
All standard Bridge wallet endpoints work in sandbox:GET /v0/customers/{customerId}/wallets- List all wallets for a customerGET /v0/wallets- List all walletsGET /v0/wallets/total_balances- Get aggregate balance across all walletsGET /v0/customers/{customerId}/wallets/{walletId}/history- Get transaction history
