Create a wallet
Create a new custodial wallet for an individual user or for your company treasury.- All wallet users must have a country on file.
- U.S. users must also have their state recorded.
- To create a wallet for yourself, first create a customer ID that represents your company.
Request
Response
Moving money using orchestration
All fund movements into or out of a Bridge wallet can be done through orchestration APIs. You can build flexible payment workflows to and from your Bridge wallet using any of the following APIs:- Transfers - Move money to and from a Bridge wallet. You can specify a Bridge wallet as a source or destination for a transfer.
- Liquidation Address - Auto forward funds sent to a crypto address directly to your Bridge wallet. To do so, you can specify a Bridge wallet as the destination for the liquidation address.
- Virtual Accounts - Automatically convert fiat currency sent to your customer’s virtual account and send those funds to a Bridge wallet. Check out Onramp stablecoins using Bridge Wallet & Virtual Account.
Request
Wallets that require initiation data
Some Bridge Wallets require payment initiation data when they are used as a transfer source. Fetch the wallet before creating the transfer. If the wallet response includesinitiation_required: true, include an initiation object in the Create Transfer request. If the field is omitted, do not include initiation.
Send initiation only in the Create Transfer request. Bridge accepts it for compliance checks, but the field is not included in Create Transfer, Get Transfer, or List Transfers responses.
Bridge Wallet response
Transfer request
attestations.sca.outcome is sca_used, auth_factors is optional. If you include auth_factors, send at least two factor objects from different categories. Each factor must include category, authenticated_at, and reference.
Use the same initiation payload when retrying a Create Transfer request with the same idempotency key.
Get Wallet Balance
Retrieve the balance of a specific wallet.Request
Response
Get Total Wallet Balance
Fetch the aggregate balance of all wallets under your developer account.Request
Response
List All Wallets
Allows you to get all the wallets associated with your developer id.List all wallets
List all wallets for a specific customer
Track Wallet Activity
Use the Bridge Wallet history endpoint to retrieve deposits, direct deposits, withdrawals, returns, and undeliverables for a wallet in one consistent activity model.You can enable webhook delivery for wallet activity by creating or updating a webhook endpoint subscribed to
bridge_wallet.activity.Request
