Skip to main content
POST
/
v1
/
addresses
/
quotes
/
swap
/
execute
Execute address swap quote
curl --request POST \
  --url https://api.xentfi.com/v1/addresses/quotes/swap/execute \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --header 'orgId: <api-key>' \
  --data '
{
  "quote": {},
  "walletId": "<string>"
}
'
{
  "hash": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.xentfi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
header
required
orgId
string
header
required

Body

application/json
quote
object
required
walletId
string
required

Response

Swap executed

hash
string