Create fund transfer for a liquidity source

post/trade-falcon/api/prime/trading/v1/fundtransfers

Create fund transfer for a liquidity source

Request Body

liquiditySourceAccountId string <uuid>
Liquidity source accountId
liquiditySourceLabel string
Label to use against the transfer
fundCurrency string required
Supported currency of a trade
Allowed values: usd btc eth xrp ltc bch
Example: usd
fundAmount string required
Amount to fund in the transfer
memo string required
Memo for the transfer
txid string required
txIid associated with the transfer
reconciledFundTransferId boolean
Previous transfer that needs to be reconciled

200 Response

Array of
liquiditySourceAccountId string
Liquidity source accountId
fundCurrency string
Currency of the transfer
Allowed values: usd btc eth xrp ltc bch
Example: usd
fundAmount string
Amount to fund in the transfer
memo string
Memo for the transfer
txid string
txIid associated with the transfer
reconciledFundTransferId string
Reconciliation fund transfer ID

400 Response

error string required
Human-readable error message
errorName string required
Immutable error code for API integration
reqId string required
Client request id