Get Fiat Deposit Instructions
Retrieves the specific wire instruction details required to deposit fiat currency (like USD or EUR) into your platform account. You must specify the currency and the accountId of the account you are looking to fund.
Get Deposit Fiat Instructions
Retrieve deposit bank instructions with optional filtering.
GET https://api.aquanow.io/users/v2/depositInstructions
Query Parameters
accountId
String
Required. Used to retrieve the bank instructions configured for the specified account (e.g., "CA1000897R").
currency
String
Required. The fiat currency that the client is looking to deposit into. (e.g., "USD")
Headers
x-api-key*
String
{{x-api-key}}
API Auth Key
x-signature*
String
32c92660f65cbb78d0eaf9a4361fb6b0a2cb8bb4c40f531e9974a0afc12d9a328b5ff621w544d242ee9ba1dfa799c85a
Signature created using your API secret
x-nonce*
String
1657731573930
Timestamp in millisecond
{
"accountId": "CA2595342R",
"currency": "USD",
"updatedAt": "2024-06-01T14:22:45.123Z",
"beneficiaryLegalName": "James B. Holdings Ltd.",
"beneficiaryBankName": "Toronto-Dominion Bank",
"beneficiaryAddress": {
"addressLine1": "100 King Street West",
"addressLine2": "Suite 5700",
"city": "Toronto",
"region": "ON",
"postalCode": "M5X 1C9",
"country": "CA"
},
"beneficiaryAccountNumber": "000123456789",
"beneficiaryBankBic": "TDOMCATTTOR",
"beneficiaryRoutingCode": "026009593",
"beneficiaryBankMemo": "Invoice #INV-20240601",
"beneficiaryBankAddress": {
"addressLine1": "55 King Street West",
"addressLine2": "Floor 3",
"city": "Toronto",
"region": "ON",
"postalCode": "M5H 1J9",
"country": "CA"
},
"intermediaryBankName": "Bank of America N.A.",
"intermediaryAccountNumber": "987654321000",
"intermediaryBankBic": "BOFAUS3NXXX",
"intermediaryBankAddress": {
"addressLine1": "222 Broadway",
"addressLine2": "Floor 2",
"city": "New York",
"region": "NY",
"postalCode": "10038",
"country": "US"
}
}{
"message": "No fiat instruction found"
}Last updated