-
Notifications
You must be signed in to change notification settings - Fork 7
Main Methods To Support
Taylor Dawson edited this page Aug 9, 2019
·
5 revisions
Method | Endpoints | Options(params) | Use Cases | Implemented | Notes |
---|---|---|---|---|---|
address.getInformation() |
/addresses/hash/information |
· hash · includePrice |
· get my balance info · get token holdings · get contract information |
× | |
address.getMultipleBalances() |
· /addresses/:hash/balances · /addresses/balances
|
· [ hash ] · includePrice |
· get ether balances for an address(es) · get token balances & prices for an address(es) |
× | if you get 1 address hit /addresses/:hash/balances endpointmaybe limit # of addresses; max 100; |