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
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt

Use this file to discover all available pages before exploring further.

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