Links

Using Explorer EndPoints

This page describes endpoints of harmony explorer to programmatically access the data.
get
https://explorer-v2-api.hmny.io/v0/erc20/
/v0/erc20/
List all HRC20 tokens
get
https://explorer-v2-api.hmny.io
/v0/erc721/
List all HRC721 tokens
get
https://explorer-v2-api.hmny.io
/v0/erc1155
List all HRC1155 tokens
get
https://explorer-v2-api.hmny.io
/v0/erc20/address/:token_addr/balances
HRC20 Balance of an address
get
https://explorer-v2-api.hmny.io
v0/erc721/address/:token_addr/balances
HRC721/1155 Balance of an address
get
https://explorer-v2-api.hmny.io
/v0/price/actual/ONEUSDT
ONE-USDT Price
get
https://explorer-v2-api.hmny.io
/v0/shard/:shard_id/address/:address/transactions/type/transaction?offset=0&limit=10
All Transactions
get
https://explorer-v2-api.hmny.io
/v0/shard/:shard_id/address/0xdd46509b31b87f05a0da47e6ff9cdaa5563e7a57/transactions/type/erc20?offset=0&limit=10
HRC20 Transactions
get
https://explorer-v2-api.hmny.io/
/v0/shard/:shard_id/address/:token_addr/transactions/type/erc721?offset=0&limit=10
NFT (HRC721/HRC1155) Transactions
get
https://explorer-v2-api.hmny.io/
/v0/shard/:shard_id/logs/transaction/hash/:txn_hash
Logs
get
https://explorer-v2-api.hmny.io
/v0/erc20/token/:token_addr/holders?limit=100&offset=0
Token Holders
get
https://ctrver.t.hmny.io/fetchContractCode?contractAddress=
Fetch contract information