Skip to main content
GET
/
exchange
/
swap-configurations
/
{id}
Retrieve a swap configuration
curl --request GET \
  --url https://api.example.com/exchange/swap-configurations/{id}
{
  "data": {
    "id": "<string>",
    "order_type": "sell",
    "symbol": "<string>",
    "ttl": 123
  }
}

Path Parameters

id
string
required

Swap Configuration ID

Response

SwapConfiguration

Response schema for a single swap configuration

data
SwapConfiguration · object

Response schema for a single swap configuration