curl --request GET \
--url https://api.example.com/exchange/swap-configurations/{id}{
"data": {
"id": "<string>",
"order_type": "sell",
"symbol": "<string>",
"ttl": 123
}
}curl --request GET \
--url https://api.example.com/exchange/swap-configurations/{id}{
"data": {
"id": "<string>",
"order_type": "sell",
"symbol": "<string>",
"ttl": 123
}
}Swap Configuration ID
SwapConfiguration
Response schema for a single swap configuration