Submit a batch payout to one or more recipients (scope: payouts:write).
Strongly prefer passing an idempotencyKey: if the call is retried (network blip,
timeout) the same key returns the ORIGINAL batch instead of paying a second time.
The payout batch.
One PayoutItem per recipient. Required, non-empty.
Optional request options.
A request option that sets the Idempotency-Key header on a money-moving POST.
OptionalidempotencyKey?: stringA unique client-generated key (e.g. a UUID). Retrying the call with the same key + body
replays the original response instead of performing the action twice; a different body
with the same key returns a 409. Omit to send no idempotency key.
The created PayoutBatch with its merchantBatchNo and sub-orders.
Fetch a payout batch's current status (scope: payouts:read).
The batch id / merchantBatchNo from Payouts.create.
The PayoutBatch with its latest status and sub-orders.
List the chains a currency can be paid out on, with each chain's fee and min/max limits.
Options.
Currency/asset code to look up, e.g. "USDT". Required.
The raw { items, nextCursor } (nextCursor always null) of WithdrawOption.
Send batch crypto payouts and inspect withdraw options (scopes:
payouts:writeto send,payouts:readto read).