get_withdrawable_cash_without_origination_hold
https://[domain]/ws/fb/new-request
-
Query available cash for withdrawal without origination hold. Certain holding periods apply to incoming funds unless funds are being transferred / withdrawn to the originating bank.
-
Customer Type: Fully Disclosed, Non-Disclosed and Advisor-Clients.

Name | Type | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
account_number |
String |
IBKR account ID of the advisor/broker client account requesting to pull saved bank instructions for. |
||||||||||||||||||||||
bank_routing_number |
Numeric value; max 9 characters. |
Routing number associated with the bank. |
||||||||||||||||||||||
bank_client_acct_num |
String |
Bank account number. |
||||||||||||||||||||||
id |
ID is a unique identifier which you create for each funding request. |
|
||||||||||||||||||||||
currency |
|
Specify currency. |
XSD
<xsd:complexType name="get_withdrawable_cash_without_origination_hold" maxOccurs="unbounded" >
<xsd:sequence>
<xsd:element name="account_number" type="string" maxOccurs="1" />
<xsd:element name="id" type="Non-Negative-Integer " maxOccurs="1" />
<xsd:element name="bank_routing_number" type="Non-Negative-Integer " maxOccurs="1" />
<xsd:element name="bank_client_acct_num" type="Non-Negative-Integer " maxOccurs="1" />
<xsd:element name="currency" type="currency " maxOccurs="21" />
</xsd:sequence>
Sample
<?xml version="1" encoding="UTF-8"?><instruction_set
xmlns="http://www.interactivebrokers.com/fbfb_instruction_set"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.interactivebrokers.com/fbfb_instruction_set fbfb_instruction_set.xsd "
creation_date="2019-01-11" id="2" version="1.2">
<get_withdrawable_cash_without_origination_hold id="1">
<account_number>U139838</account_number>
<currency>USD</currency>
<bank_routing_number>1234</bank_routing_number>
<bank_client_acct_num>1234</bank_client_acct_num>
</get_withdrawable_cash>
</instruction_set>

Name | Type | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
creation_date |
YYYY-MM-DD |
Date/Time which the file was processed by IBKR. |
||||||||||||||||||||||
id |
Id of the instruction to which this node is a response |
|
||||||||||||||||||||||
instr_id |
Id of the instruction to which this node is a response |
ID is a unique identifier which you create for each funding request. |
||||||||||||||||||||||
status |
PENDING PROCESSED REJECTED |
Current status of the instruction associated with the instr_id. |
||||||||||||||||||||||
code |
String |
Error code- (included only if there is an error) |
||||||||||||||||||||||
description |
String |
Description of the error (included only if there is an error) |
||||||||||||||||||||||
ib_instr_id |
String |
ID defined by IBKR. |
||||||||||||||||||||||
client_ib_acct_id |
String |
IBKR account ID of the advisor/broker client account which the withdrawable cash was queried for. |
||||||||||||||||||||||
currency |
|
Currency which funds are available for withdrawal. |
||||||||||||||||||||||
withdrawable_amount |
String |
Cash Amount available for withdrawal (assuming margin loan)
*Only applicable for Fully-Disclosed and Advisor Clients. |
||||||||||||||||||||||
withdrawable_amount_no_borrow |
String |
Cash Amount available for withdrawal (without margin loan)
*Only applicable for Fully-Disclosed and Advisor Clients. |
||||||||||||||||||||||
allowed_transfer_amount_to_master |
String |
Allowed Transfer Amount to Master assuming margin loan.
*Only applicable for Non-Disclosed Clients. |
||||||||||||||||||||||
allowed_transfer_amount_to_master_no_borrow |
String |
Allowed Transfer Amount(no_borrow) to Master.
*Only applicable for Non-Disclosed Clients. |
Sample
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<instr_result_set xmlns="http://www.interactivebrokers.com/fbfb_result_set"
id="11112988" version="1.2" creation_date="2022-03-03-05:00">
<get_withdrawable_cash_result>
<instr_id>11114667</instr_id>
<status>PROCESSED</status>
<ib_instr_id>11023535</ib_instr_id>
<description>No cash to withdraw found for client account/currency
U139838/USD</description>
<client_ib_acct_id>U139838</client_ib_acct_id>
<currency>USD</currency>
<withdrawable_amount>0</withdrawable_amount>
<withdrawable_amount_no_borrow>0</withdrawable_amount_no_borrow>
<allowed_transfer_amount_to_master>-1.0</allowed_transfer_amount_to_master>
<allowed_transfer_amount_to_master_no_borrow>-1.0</allowed_transfer_amount_to_master_no_borrow>
</get_withdrawable_cash_result>
</instr_result_set>