Create Fast Swap
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Raw request
curl -X 'POST' \
'https://localhost:9669/api/swaps/fast?clientId=f10853b323b94e10b2d9a2cddbe105a6' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"destination_address": "{YOUR_DESTINATION_ADRESS}",
"destination_network": "ARBITRUM_GOERLI",
"destination_asset": "ETH"
}'Raw response
Last updated
Was this helpful?