curl --request GET \
--url https://api.caminotreasury.com/v1/virtual-account \
--header 'x-api-key: <api-key>'{
"id": 123,
"organizationId": "<string>",
"userId": "<string>",
"bridgeVirtualAccountId": "<string>",
"bridgeCustomerId": "<string>",
"bridgeWalletId": "<string>",
"destinationCurrency": "usdb",
"sourceCurrency": "usd",
"developerFeePercent": "0.0",
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"usdbBalance": "1000.50",
"label": "<string>",
"depositBankName": "<string>",
"depositBankAddress": "<string>",
"depositRoutingNumber": "<string>",
"depositAccountNumber": "<string>",
"depositBeneficiaryName": "<string>",
"depositBeneficiaryAddress": "<string>",
"depositMessage": "<string>"
}Returns the organization’s Bridge virtual account with USDB balance. Used for USD → USDB on-ramp.
curl --request GET \
--url https://api.caminotreasury.com/v1/virtual-account \
--header 'x-api-key: <api-key>'{
"id": 123,
"organizationId": "<string>",
"userId": "<string>",
"bridgeVirtualAccountId": "<string>",
"bridgeCustomerId": "<string>",
"bridgeWalletId": "<string>",
"destinationCurrency": "usdb",
"sourceCurrency": "usd",
"developerFeePercent": "0.0",
"active": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"usdbBalance": "1000.50",
"label": "<string>",
"depositBankName": "<string>",
"depositBankAddress": "<string>",
"depositRoutingNumber": "<string>",
"depositAccountNumber": "<string>",
"depositBeneficiaryName": "<string>",
"depositBeneficiaryAddress": "<string>",
"depositMessage": "<string>"
}API key for authentication. Pass your key in the x-api-key header.
Virtual account details
"usdb"
"usd"
"0.0"
USDB balance in the connected Bridge wallet
"1000.50"