POST
/
exchange
/
exchange
/
swap-configurations
{
  "data": {
    "id": "<string>",
    "order_type": "sell",
    "symbol": "<string>",
    "ttl": 123
  }
}

Body

application/json
Order params

Swap configuration creation params

symbol
string

Currency pair

ttl
integer | null

Price TTL, in seconds

type
enum<string>

Order type

Available options:
sell,
buy

Response

201
application/json
SwapConfiguration

Response schema for a single swap configuration

data
object

Response schema for a single swap configuration