Send Transaction

Send MATIC from account to account.

When sending MATIC, you are charged a fee for the transaction, and you must sign the transaction with the private key of the blockchain address from which the fee will be deducted.

POST /v1/polygon/account/transaction

Request Body

NameTypeDescription

data

String

nonce

Number

to*

String

currency*

String

Currency to transfer from Polygon Blockchain Account. ERC20 tokens USDC and USDT are available only for mainnet use.

Enum: "MATIC" "USDC_MATIC" "USDT_MATIC"

amount*

String

fromPrivateKey*

String

{
    "txId": "c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9"
}

Last updated