Skip to main content

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.

Endpoint
GET /exchange/swap-configurations/{id}

Path Parameters:

  • id (string, required): Swap Configuration ID.

Responses:

  • 200 - Swap Configuration Retrieved Sample:
{
  "data": {
    "id": "string",
    "order_type": "sell",
    "symbol": "string",
    "ttl": 0
  }
}
  • 404 - Not Found