| Name | Type | Description | Notes |
|---|---|---|---|
| tokenId | String | The ID of the cryptocurrency you want to allocation. Supported values: - USDC: `ETH_USDC`, `ARBITRUM_USDC`, `SOL_USDC`, `BASE_USDC`, `MATIC_USDC`, `BSC_USDC` - USDT: `TRON_USDT`, `ETH_USDT`, `ARBITRUM_USDT`, `SOL_USDT`, `BASE_USDT`, `MATIC_USDT`, `BSC_USDT` | |
| amount | String | The allocation amount. | |
| sourceAccount | String | The source account from which the allocation will be deducted. - If the source account is a merchant account, provide the merchant's ID (e.g., "M1001"). - If the source account is the developer account, use the string `"developer"`. | |
| destinationAccount | String | The destination account to which the allocation will be credited. - If the destination account is a merchant account, provide the merchant's ID (e.g., "M1001"). - If the destination account is the developer account, use the string `"developer"`. | |
| description | String | The description of the allocation. |