Query Wallet balance historyAsk AIget https://api.flutterwave.com/v3/wallet/statementFetch your wallet's transaction history for your system of records.Query ParamsfromstringrequiredDefaults to 2021-01-01The start date for the filter query in YYYY-MM-DD.tostringrequiredDefaults to 2021-01-05The end date for the filter query in YYYY-MM-DD.currencystringrequiredDefaults to USDISO 4217 currency code.typestringDefaults to CThis indicate the transaction type, i.e. credit(C) or debit(D).pageint32Defaults to 1The page of the data to retrieve.include_transaction_typebooleanDefaults to falseThis flag includes the transaction_type for each log in the wallet report.truefalseinclude_payout_idbooleanDefaults to falseThis flag includes the payout_id for each transaction log in the wallet report.truefalsepayout_refstringThe unique reference used to initiate the payout.payout_idstringThe id returned for the payout.HeadersAuthorizationstringDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated about 1 year ago