Payments
- Overview
- Encryption Keys
- Initialize Payment
- Capture Payment
- Authorize Payment
- Payment Widget
Payment Transactions
Transfers
- Transfers Overview
- Beneficiaries
- Transfers
- Bulk Transfers
Exchange
- Market Makers
- Standing Orders
- Orders
- Rates
- Swaps
- Swap Configurations
Standing Orders
Create Standing Orders
Create a new standing order.
Endpoint
Copy
Ask AI
POST /exchange/standing-orders
Request Body:
Copy
Ask AI
{
"qty": 1,
"symbol": "USD-NGN",
"type": "buy"
}
Responses:
-
201
- Standing Order CreatedSample:
Copy
Ask AI
{
"data": {
"archived": false,
"created_at": "2023-12-23T17:55:42.911",
"entity": {
"id": "6ebe0a0f-bb8f-49be-80ea-c6b72c348fea",
"type": "business"
},
"id": "7da75a46-a1bc-11ee-9a32-560f156a658b",
"low_watermark_qty": 1,
"min_qty": null,
"qty": 3,
"strict": false,
"symbol": "USD-NGN",
"type": "buy",
"updated_at": "2023-12-23T17:55:42.911"
}
}
- 422 - Unprocessable Entity
On this page
Assistant
Responses are generated using AI and may contain mistakes.