Add a recipient (target)

Append a recipient row to a payout.

Endpoint POST /2.0/mass-payout/create-target

Request body

{
  "payoutId": "92b482eb-6ddb-4da7-95d4-582a69e18082",
  "address": "0x000000000000000000000000000000000000dEaD",
  "amount": "1000000",
  "comment": "Vasya Pupkin"
}

Notes

  • amount is a string. For tokens with decimals, use base units (see crypto.decimals on the asset data endpoint).

Last updated