Skip to content

Instantly share code, notes, and snippets.

@itoonx
Last active October 17, 2017 12:48
Show Gist options
  • Save itoonx/d1d200e993594174e507684f94d6ba0c to your computer and use it in GitHub Desktop.
Save itoonx/d1d200e993594174e507684f94d6ba0c to your computer and use it in GitHub Desktop.
You can use more utility function like ethescan.io, this is example if u want to access via blockchain.info
- Transaction
https://api.blockchain.info/eth/tx/0xbf3a7843ee33b1382389ea7cf433ff23ad0b09f47a1a9ca8190cf763ea6bc270
- Address
https://api.blockchain.info/eth/account/0x2F1659415Ff18dBa7734769aEAA60d961623dc0a/balance
- Multiple Address
https://api.blockchain.info/eth/account/0x2F1659415Ff18dBa7734769aEAA60d961623dc0a,0xBbeE3a75CFe673d5B4d292AD6FE6d0e27Aa3f28E/balance
- Getlastblock
https://api.blockchain.info/eth/latestblock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment