Retrieve the balances for a Financial Account. This includes the account balance, available funds, pending withdrawals, and pending deposits. Balances are returned for each supported currency for the Financial Account.
Balances are only returned for internal RocketKOR Financial Accounts. Balances are not returned for external or integrated accounts.
GET /v1/financial-accounts/{financialAccountId}/balances
Authorization: Bearer <access_token>
financialAccountId REQUIRED
string (UUID)
ID of the Financial Account.
None
Returns the Financial Account Balances object.
SAMPLE RESPONSE
{
"USD": {
"accountBalance": "1000.00",
"availableBalance": "800.00",
"pendingWithdrawals": "200.00",
"pendingDeposits": "250.00"
},
"CAD": {
"accountBalance": "700.00",
"availableBalance": "600.00",
"pendingWithdrawals": "100.00",
"pendingDeposits": "300.00"
}
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.