Skip to main content
To make a mass payout, you need to prepare a CSV file describing all the transactions you want to make. The file must contain no more than 500 data rows, and its size must not exceed 1 MB. The file must start with a header row that lists these columns in the specified order. Each data row must contain five values, separated by either commas or semicolons.
  • Address — the recipient’s address.
  • Tag — the recipient’s Tag field. Leave empty for currencies that do not require a Tag field.
  • Currency — the ISO code of the currency to send.
  • Amount — the amount of funds to send.
  • Note — a note to save in the transaction history. Leave empty to skip adding a note for the transaction.
sample.csv
Address,Tag,Currency,Amount,Note
bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq,,BTC,0.0025,Salary for Alice
0x59E497D1AEf6B696B66F503D85d9b29A0e2930E8,,USDC,120.20,Salary for Bob
r9NEXKYNyfxhzw7VzJp9et8t3onbam98G,2422386,XRP,400,Salary for Charlie
Last modified on June 9, 2026