GET
/
exchange
/
exchange
/
swap-configurations
{
  "data": [
    {
      "id": "<string>",
      "order_type": "sell",
      "symbol": "<string>",
      "ttl": 123
    }
  ],
  "pagination": {
    "after": "b101f718-d133-450c-a572-c281c7341803",
    "before": null,
    "limit": 15
  }
}

Query Parameters

before
string

Before Cursor

after
string

After Cursor

limit
integer

Limit

type
enum<string>
Available options:
buy,
sell
symbol
string

Response

200 - application/json
Swap Configuration List

Response schema for multiple swap configurations

data
object[]

Swap configurations

Response schema for a single swap configuration

pagination
object