Path Parameters:
id(string, required): Swap Configuration ID.
Request Body:
Content Type:application/json
Sample:
201 - Swap Configuration Updated
Sample
422 - Unprocessable EntityDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update an existing swap configuration.
PUT /exchange/swap-configurations/{id}
id (string, required): Swap Configuration ID.application/json
Sample:
{
"symbol": "USD-NGN",
"ttl": 10,
"type": "buy"
}
201 - Swap Configuration Updated
Sample
{
"data": {
"id": "string",
"order_type": "sell",
"symbol": "string",
"ttl": 0
}
}
422 - Unprocessable Entity