-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
77 lines (48 loc) · 1.99 KB
/
readme
File metadata and controls
77 lines (48 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
http://api.ethplorer.io/getAddressInfo/0xA7Cc2E2050A607c813437C1c074f82322Cc0C8aE
https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API
SAMPLE CALLS
https://api.etherscan.io/apis
BALANCE :
https://api-rinkeby.etherscan.io/api?module=account&action=balance&address=0x02390dBA46A107F0728DAA98f920aec171502B22&tag=latest&apikey=$key
ERC721
https://api-rinkeby.etherscan.io/api?module=account&action=tokennfttx&address=0x32c7411558177aAE348d9F06C6Ec912F5E2573d8&startblock=0&endblock=999999999&sort=asc&apikey=$key
0x32c7411558177aAE348d9F06C6Ec912F5E2573d8
ERC20
https://api-rinkeby.etherscan.io/api?module=account&action=tokentx&address=0x02390dBA46A107F0728DAA98f920aec171502B22&startblock=0&endblock=999999999&sort=asc&apikey=$key
ERC1155
https://api-rinkeby.etherscan.io/api?module=account&action=tokennfttx&address=0x02390dBA46A107F0728DAA98f920aec171502B22&startblock=0&endblock=999999999&sort=asc&apikey=$key
ALL Minted
https://api-rinkeby.etherscan.io/api?module=account&action=getminedblocks&address=0x02390dBA46A107F0728DAA98f920aec171502B22&blocktype=blocks&apikey=$key
EVENTS LOGS
//https://docs.etherscan.io/api-endpoints/logs#sample-log-api-queries
https://api-rinkeby.etherscan.io
/api?module=logs&action=getLogs
&fromBlock=379224
&toBlock=latest
&sort=desc
&address=0x2D71052c0f9861C82807703F2e586De040833E17
&topic1=0x000000000000000000000000a7cc2e2050a607c813437c1c074f82322cc0c8ae
&apikey=$key
//ERC1155 getting event logs
https://api-rinkeby.etherscan.io
/api?module=logs&action=getLogs
&fromBlock=379224
&toBlock=latest
&sort=desc
&address=0x2D71052c0f9861C82807703F2e586De040833E17
&apikey=$key
//ERC1155 getting event logs
https://api-rinkeby.etherscan.io
/api?module=logs&action=getLogs
&fromBlock=379224
&toBlock=latest
&sort=desc
&topic3=0x00000000000000000000000002390dba46a107f0728daa98f920aec171502b22
&address=0x2D71052c0f9861C82807703F2e586De040833E17
&apikey=$key
brown
0xA7Cc2E2050A607c813437C1c074f82322Cc0C8aE
CALL INFOS :
https://api.etherscan.io/apis
API : KEY
$key