buildSwap

This endpoint returns the transaction detail that is needed to perform the actual swap, based on information obtained in the **Get Exchange Rate** endpoint. This endpoint will build a transaction for

public buildSwap(id: String, reqParams: VySwapRequestDto) : VyPromise<VyTransactionRequestBase[]>

Parameters

Returns

VyPromise<VyTransactionRequestBase[]>

Last updated