List withdrawals
Retrieve a paginated list of withdrawals with optional filters.
Query parameters
Possible withdrawal statuses.
Filter by withdrawal status.
Filter by withdrawal method. Public withdrawals currently support PIX only.
Filter by currency. Public withdrawals currently support BRL only.
Start of date range (ISO 8601).
End of date range (ISO 8601).
Page number for pagination.
Number of items per page (1-100).
Response
Withdrawals listed.
Example response
{
"withdrawals": [
{
"txId": "WIT1746280868443K3F9Q"
}
]
}Changes
Changed in 2 of the 13 revisions of this API.416
- ▲
removed the enum value
BOLETOfrom thequeryrequest parametermethodrequest-parameter-enum-value-removed
- ▲
removed the enum value
CARDfrom thequeryrequest parametermethodrequest-parameter-enum-value-removed
- ▲
removed the enum value
CRYPTO_LTCfrom thequeryrequest parametermethodrequest-parameter-enum-value-removed
- ▲
removed the enum value
LTCfrom thequeryrequest parametercurrencyrequest-parameter-enum-value-removed
- ●
removed the optional property
pagination/hasMorefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
pagination/totalPagesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
withdrawals/items/currencyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
withdrawals/items/errorMessageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
withdrawals/items/paymentMethodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
withdrawals/items/processedAtto the response with the200statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○