πGet business withdrawals
Fetch withdrawals for a business.
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
^FRX-API api-key=[^,]+,signature=[^,]+,timestamp=[\d]+$
Query parameters
businessIdstring Β· uuidRequired
ID of the business.
clientWithdrawIdstring[]Optional
Withdrawal ID provided by the client.
afterinteger Β· int64OptionalExample:
Withdrawal creation date range start, in UNIX seconds, inclusive.
1702894529beforeinteger Β· int64OptionalExample:
Withdrawal creation date range end, in UNIX seconds, exclusive.
1702894529limitinteger Β· max: 2000OptionalDefault:
Limit of the results per request.
25Example: 25Responses
200
Returns withdrawals, sorted by created.
application/json
get
/api/v1/withdrawals200
Returns withdrawals, sorted by created.
Last updated