cURL
curl --request GET \ --url https://api.example.com/v1/query/get-bank-accounts
{ "bankAccounts": [ { "bankAccountId": "550e8400-e29b-41d4-a716-446655440000", "accountId": "550e8400-e29b-41d4-a716-446655440000", "name": "<string>", "liquidationAddress": "<string>", "createdAt": "2023-11-07T05:31:56Z", "currency": "usd", "bankAccountDetails": { "country": "FRA", "last4": "0804", "bic": "BICFR12345" } } ] }
Fetch all associated bank accounts for a specific Byzantine account ID.
A UUID string
"550e8400-e29b-41d4-a716-446655440000"
usd
eur
usdc
eurc
Off-ramp addresses retrieved successfully
Show child attributes