Transfers CSV ExportAsk AIget https://api.solana.fm/v0/accounts/{hash}/transfers/csvPath ParamshashstringrequiredAccount pubkeyQuery Paramsactionsstring | nullVector of actions to filterutcFromint64 | null≥ 0The start UTC epoch to query transactions for.utcToint64 | null≥ 0The end UTC epoch to query transactions for.inflowboolean | nullWhether the transactions should include inflow movements.truefalseoutflowboolean | nullWhether the transactions should include outflow movements.truefalsemintstring | nullThe mint(s) to query transactions for. Multiple mints can be specified by comma-separating them.mintsstring | nullThe mint(s) to query transactions for. Multiple mints can be specified by comma-separating them.amountFromint64 | null≥ 0The amount range for selected mints.amountToint64 | null≥ 0The amount range for selected mints.programstring | nullThe program(s) to query transactions for. Multiple programs can be specified by comma-separating them.programsstring | nullThe program(s) to query transactions for. Multiple programs can be specified by comma-separating them.limitinteger | null1 to 1000The maximum number of transactions to return per page. The default and maximum is 1000.pageint64 | null≥ 1Defaults to 1The page number to retreive. The default is 1.Responses 200Returns an array of transactions that the account is involved in 400Bad requestUpdated about 1 year ago