Retrieve details of a specific swap configuration by its ID.
GET /exchange/swap-configurations/{id}
id
200
{ "data": { "id": "string", "order_type": "sell", "symbol": "string", "ttl": 0 } }