accountAddress? | string | Account address to fetch transfers for If not provided, uses the authenticated account from context |
enabled? | boolean | Enable or disable automatic fetching Default: true |
refetchOnWindowFocus? | boolean | Refetch transfers when window regains focus Default: false |
staleTime? | number | Time in milliseconds that data is considered fresh Default: 30000 (30 seconds) |
limit? | number | Maximum number of transfers to return per page Default: 25 |
paymentRail? | PaymentRail | Filter transfers by payment rail type Options: ‘ach’, ‘wire’, ‘sepa’, ‘swift’, ‘solana’ |
status? | TransferState | Filter transfers by status Options: ‘pending’, ‘confirmed’, ‘failed’, etc. |
currency? | BridgeCurrency | Filter transfers by currency Options: ‘usd’, ‘eur’ |
startDate? | string | Filter transfers created after this date Format: ISO 8601 date string Example '2024-01-01T00:00:00Z' |
endDate? | string | Filter transfers created before this date Format: ISO 8601 date string Example '2024-12-31T23:59:59Z' |
txHash? | string | Filter by specific transaction hash |