Operations
此页面暂无中文版本,显示的是英文版本。
Get Client Withdrawals
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Default
20offset?integer
Default
0filter[clientExternalId]?integer
filter[clientName]?string
filter[clientEmail]?string
filter[profileId]?string
filter[userId]?string
filter[operationId]?integer
filter[currencyCode]?string
filter[startTime]?string
Format
date-timefilter[endTime]?string
Format
date-timesort_by?string
Value in
- "createTime"
- "amount"
sort_order?string
Value in
- "asc"
- "desc"
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/operations/client-withdrawals"{ "total": 0, "withdrawals": [ { "withdrawalId": "177dc452-dcc4-4afc-8eab-bd9d08c2ae7a", "clientExternalId": 0, "profileId": "string", "clientName": "string", "clientEmail": "string", "operationId": 0, "amount": "string", "amountInUsd": "string", "currencyCode": "string", "createTime": "2019-08-24T14:15:22Z" } ]}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}