Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.26 KB

api.md

File metadata and controls

52 lines (36 loc) · 1.26 KB

Ethereum Balance Proxy API


GET /
Parameters
name type kind description
None required object (JSON or YAML) N/A
Example cURL
 curl $URL/
GET /ethereum/balance/:address
Parameters
name type kind description
address required Path Ethereum Wallet Address
Example cURL
 curl $URL/ethereum/balance/0x74630370197b4c4795bFEeF6645ee14F8cf8997D
GET /ethereum/balance/:address/block/:block
Parameters
name type kind description
address required Path Ethereum Wallet Address
block required Path Ethereum Block Number or latest
Example cURL
 curl $URL/ethereum/balance/0x74630370197b4c4795bFEeF6645ee14F8cf8997D/block/16363048