v1
latestOpenAPI 3.0.32026-07-1411903.4 MBBinanceSmartChain
Info Requests12
getBEP20
Receive information of a BEP20 address
get/v2/bsc/bep20/{contract}
Response
getBEP20
Example response
{
"data": {
"contractaddress": "0xE6965B4F189DBDB2BD65e60aBAeb531B6fE9580B",
"name": "DreamCard",
"symbol": "Card",
"totalSupply": "602470"
},
"message": "Success! BEP20 Token has been successfully parsed.",
"ok": true,
"status": 200
}