cURL
curl --request PATCH \ --url https://api.example.com/exchange/swap-configurations/{id} \ --header 'Content-Type: application/json' \ --data ' { "symbol": "USD-NGN", "ttl": 10, "type": "buy" } '
{ "data": { "id": "<string>", "order_type": "sell", "symbol": "<string>", "ttl": 123 } }
Id
swap configuration update params
Currency pair
Price TTL, in seconds
Order type
sell
buy
SwapConfiguration
Response schema for a single swap configuration
Show child attributes