/prepare-transactions
with method=whitelist
.
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 whitelisting |
userToWhitelist | array | Yes | Array of users to whitelist/blacklist |
gasLimit | string | No | Optional gas limit |
rpcUrl | string | No | Optional RPC URL |
newInvestor | object | No | New investor information |
userToWhitelist Object Structure
Parameter | Type | Required | Description |
---|---|---|---|
whitelistStatus | string | Yes | ”true” to whitelist, “false” to blacklist |
investorAddress | string | Yes | Address of the investor |
newInvestor Object Structure
Parameter | Type | Required | Description |
---|---|---|---|
name | string | No | First name of the investor |
surname | string | No | Last name of the investor |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json