Transfer ERC20 Token
Endpoint allows you to transfer a specific ERC20 token from one wallet address to another on the Polygon Network.
Overview
Parameters
Request Body
{
"tokenAddress": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
"amount": 100,
"to": "0x8e9DD3c1Db3254d968967CbC367542C343273629"
}Responses
Success (Code 200)
Unauthorized (Code 401)
Forbidden (Code 403)
Not Found (Code 404)
Usage
Last updated