POST
POST /liquidity/execute
POST /liquidity/execute
Sample Response
Executes the quote identified by quote_id. The completed trade is submitted to settlement via the 00SCXM
platform. Platforms may now use the funding_details
sub-object to trigger Zero Hash to create an ACH transaction associated with a trade. Speak with Zero Hash support for more details.
Body parameters include:
quote_id
(required) the identifier of the quote to execute, which is provided in response to aGET /liquidity/rfq
requestfunding_details
(One of the below groupings) (Only applicable if utilizing Zero Hash's ACH Product)Option 1:
external_account_id
(required) UUID associated with the external bank account details that will be receiving the ACH transaction.description
(required) ten characters string that travels with the ACH transaction describing the transaction, for example “CRYPTO TRD”.bank_fee
(required) a fee that will accounted for when generating the ACH transaction.
Option 2:
inbound_reference_id
(required) a Platform generated string value that Zero Hash can use to reconcile inbound ACH transactions.
Response:
Parameter | Description | Type |
---|---|---|
request_id | The identifier of the RFQ. | string |
quote{} | The quote object that was executed. | quote |
trade_id | The unique identifier assigned to the trade, which is the same | string |
status | The status of the trade, e.g. | string |
payment_amount | The final amount of the ACH transaction that will go out into the network. When executing a BUY this is the trade amount plus the | string |
Last updated