v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-122928103.7 KB
Withdrawals

List withdrawals

Retrieve a paginated list of withdrawals with optional filters.

get/v1/withdrawals

Query parameters

status'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED'

Possible withdrawal statuses.

Filter by withdrawal status.

method'PIX'

Filter by withdrawal method. Public withdrawals currently support PIX only.

currency'BRL'

Filter by currency. Public withdrawals currently support BRL only.

startDatestring date-time

Start of date range (ISO 8601).

endDatestring date-time

End of date range (ISO 8601).

pageinteger

Page number for pagination.

limitinteger

Number of items per page (1-100).

Response

Withdrawals listed.