Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
{ "symbol": "USD-NGN", "ttl": 10, "type": "buy" }
201
{ "data": { "id": "string", "order_type": "sell", "symbol": "string", "ttl": 0 } }