API Overviewv1finance
BNB Chain Lookup
by Admin
BNB Chain Lookup คือ REST API layer สำหรับ Binance Smart Chain
Rating
0.0
Service Users
1
Endpoints
18
GET/v1/address/{addr}/balance
GET
/v1/address/{addr}/balance1 Energy
Get native BNB balance
Parameters
| Name | Type | Req |
|---|---|---|
| addr | STRING | Yes |
Example Response
[
{
"status": "200",
"description": "Native balance in wei."
},
{
"status": "400",
"description": ""
},
{
"status": "403",
"description": ""
},
{
"status": "503",
"description": ""
},
{
"status": "default",
"description": ""
}
]No query parameters defined for this endpoint.
Energy cost: 1
18 endpoint(s)
GET
/v1/address/{addr}/balance1 EnergyGet native BNB balance
Reads the current native balance with `eth_getBalance`.
Parameters
| Name | Type | Req | Details |
|---|---|---|---|
| addr | STRING | Req | EVM address. |
Example Response
[
{
"status": "200",
"description": "Native balance in wei."
},
{
"status": "400",
"description": ""
},
{
"status": "403",
"description": ""
},
{
"status": "503",
"description": ""
},
{
"status": "default",
"description": ""
}
]No query parameters defined for this endpoint.
Energy cost: 1
Subscribe to a plan to start using this API
Subscribe to an API first, then come back to test endpoints here.