Build Swap

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 you, which afterward you or your user needs to execute. Each item in the response array needs to be taken, enriched with the relevant signing method and submitted against the endpoint: /api/transactions/execute

Path Params
string
required

This is the ID of the source wallet. (Wallet that holds tokens to swap)

Body Params
string
required

The wallet ID of the source wallet

string
required

The wallet ID of the destination wallet

string
required

The blockchain of source wallet

string
required

The blockchain of the destination wallet

string

Source token contract address

string

Destination token contract address

number
required

The amount of tokens to swap

number
required

The amount of tokens to recieve

string
required

The type of order. We only allow SELL and BUY.

string
required

The name of exchange to use for the swap

boolean

Indicate to include gas estimate (response will contain value for the gas field). The response will include the gasLimit that needs to be used to execute the swap.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json