funding
Funding Management Interfaces
📄️ Link Bank Account
Create a Bank Relationship for an Account.
📄️ Delete Linked Bank Account
Delete a Bank Relationship for an Account.
📄️ List Linked Bank Accounts
Query Bank Relationships for an Account.
📄️ Create ACH Relationship
Create an ACH Relationship for an Account. Only one ACH relationship is allowed per account, and creating a new one automatically replaces the existing one.
📄️ Delete ACH Relationship
Delete an ACH Relationship for an Account.
📄️ List ACH Relationships
Query ACH Relationships for an Account.
📄️ Initiate Transfer
Initiate a funding transfer to an account. <br/><br/>Related Event Notifications: <br/>Please refer to the Event Push API documentation: [Funding Transfer Events](/apis/docs/reference/fd-events/funding-event-payload#funding-transfer-events)
📄️ List Transfer Records
Query account fund transfers by specified criteria.<br/> Transfer records are sorted by client_request_id. If the client_request_id values in the request are provided in order, the response will preserve the same ordering.
📄️ Get Transfer Detail
Retrieve Account Fund Transfer Details.
📄️ Cancel Transfer
Cancel a fund transfer.
📄️ Create Instant Funding Request
Initiates an immediate deposit request. The system instantly processes and credits the funds to the target account, making them available for trading immediately. No settlement institution is involved in this instant funding process. <br/><br/>Related Event Notifications: <br/>Please refer to the Event Push API documentation: [Instant Funding Events](/apis/docs/reference/fd-events/funding-event-payload#instant-funding-events)
📄️ Get Instant Funding Detail
Get instant funding record details.