Create Send Transfer
This method sends a transfer from the account to another account.
shell
POST: {{endpoint}}/v1/transaction/sendHeaders
| Key | Type | Value | Description |
|---|---|---|---|
| x-api-key | string | key_xxxxxxxxxxxxxxxxxxxx | API Key string |
| x-signature | string | SHA256 | The HMAC SHA256 signature. |
| x-timestamp | string | 1730998051892 | Timestamp of the request |
Request Body
| Key | Type | Description |
|---|---|---|
| chain | string | (required) the chain-id |
| from | string | (required) the from address |
| to | string | (required) the to address |
| amount | string | (required) the amount |
| assetType | string | (required) the asset type, e.g. trc20 |
| tokenAddress | string | (required) the token address |