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