DataSourceRequest shape (page, pageSize, skip, take).curl --location '/api/v1/payout/crypto/transactions?page=1&pageSize=20&skip=0&take=20' \
--header 'authinformation;'{
"total": 1,
"data": [
{
"payoutId": "0f1e2d3c-4b5a-4968-8776-655443322110",
"asset": "USDT",
"network": "TRC20",
"amount": 1512.5,
"fiatCurrency": "USD",
"status": "completed",
"createdDate": "2026-07-15T14:20:00Z"
}
]
}