Create DEX Swap Transaction with Approval

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

The request body for a /defi/v1/dex/swap-with-approval

Parameters

Success Response

`` 200 Successful response

Example Request (cURL)

curl --request POST \
     --url https://svc.blockdaemon.com/defi/v1/dex/swap-with-approval \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response

{
  "status": "success",
  "data": {
    // Example Response Data
  }
}