Get Account Balance

Get Polygon account balance in MATIC. This method does not print any balance of the ERC20 on the account.

GET /v1/polygon/account/balance/{address}

Path Parameters

NameTypeDescription

address*

String

Account address you want to get balance of

{
    "balance": "10.52"
}

Last updated