cURL
curl --request POST \ --url https://api.lidian.finance/api/v1/swaps \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "orderId": "<string>", "quoteId": "<string>", "signature": "<string>" } '
{ "message": "<string>", "data": { "orderId": "<string>", "blockchainOrderId": "<string>", "order": {} } }
Execute a swap
Swap execution parameters
Swap executed successfully
Show child attributes