/prepare-transactions
with method=dividendDistribution
.
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
tokenSymbol | string | Yes | Symbol of the token for dividend distribution |
amount | string | Yes | Amount of payment tokens to distribute |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Notes
- Amounts are specified in whole units (e.g., 10 for 10 USDT)
- The signer must have sufficient balance of the payment token
- Only the tokenizer can distribute dividends for their tokens