Skip to main content
POST
Issues tokens to up to 200 recipients in one call. The recipients and amounts arrays must have matching lengths. Each recipient address is validated individually.

Path Parameters

string
required
Address of the stock token contract.

Request Body

string[]
required
Array of Ethereum addresses to receive tokens. Maximum 200 entries.
string[]
required
Array of token amounts corresponding to each recipient. Each value must be a positive number string.
string
Optional reason or reference for the batch issuance.

Response Fields

object
Nothing is submitted on your behalf. Sign txData with a wallet holding the required role on the token and broadcast it yourself.