Create DEX Swap Transaction

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

Parameters

Example Request

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

Response

{
  "status": 200,
  "message": "Successful response"
}