/prepare-transactions
with method=transferFrom
.
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 to transfer |
from | string | Yes | Source address for the transfer |
to | string | Yes | Destination address for the transfer |
amount | string | Yes | Amount of tokens to transfer |
Example Request
Response
Returns an array of unsigned transactions that need to be signed and a transaction ID for tracking.Authorizations
Body
application/json