Request Body:
Content Type:application/json
Sample Request Body:
Responses:
-
201- Swap Configuration Created Sample:
- 422 - Unprocessable Entity
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a Swap Configuration
POST /exchange/swap-configurations
application/json
Sample Request Body:
{
"symbol": "USD-NGN",
"ttl": 10,
"type": "buy"
}
201 - Swap Configuration Created
Sample:
{
"data": {
"id": "string",
"order_type": "sell",
"symbol": "string",
"ttl": 0
}
}