Prepares unsigned transactions for the dividendDistribution method.
Example:
curl --request POST \
--url https://api.sandbox.brickken.com/prepare-transactions \
--header 'Content-Type: application/json' \
--header 'x-api-key: YOUR_API_KEY' \
--data '{
"method": "dividendDistribution",
"signerAddress": "0xYourAddress",
"chainId": "aa36a7",
"tokenSymbol": "EXMPL",
"amount": "1000"
}'
/prepare-transactions with method=dividendDistribution.
| Parameter | Type | Required | Description |
|---|---|---|---|
signerAddress | string | Yes | Address that will sign the transaction |
chainId | string | Yes | Blockchain network identifier (hex format) |
method | string | Yes | Transaction method type (should be “dividendDistribution”) |
tokenSymbol | string | Yes | Symbol of the token for dividend distribution |
amount | string | Yes | Amount of payment tokens to distribute |