-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapi_config.json.template
More file actions
73 lines (73 loc) · 1.46 KB
/
api_config.json.template
File metadata and controls
73 lines (73 loc) · 1.46 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
{
"etherscan": {
"key": "",
"free": true,
"endpoints": {
"ETH": "https://api.etherscan.io/api",
"BSC": "https://api.bscscan.com/api",
"POLYGON": "https://api.polygonscan.com/api",
"AVAX": "https://api.snowtrace.io/api",
"FTM": "https://api.ftmscan.com/api",
"ARB": "https://api.arbiscan.io/api",
"OP": "https://api-optimistic.etherscan.io/api"
}
},
"blockcypher": {
"key": "",
"free": true,
"endpoints": {
"BTC": "https://api.blockcypher.com/v1/btc/main",
"LTC": "https://api.blockcypher.com/v1/ltc/main",
"DOGE": "https://api.blockcypher.com/v1/doge/main"
}
},
"blockchain_info": {
"key": "",
"free": true,
"endpoint": "https://blockchain.info"
},
"blockstream": {
"free": true,
"endpoint": "https://blockstream.info/api"
},
"trongrid": {
"key": "",
"free": true,
"endpoint": "https://api.trongrid.io"
},
"solana": {
"free": true,
"endpoints": [
"https://api.mainnet-beta.solana.com",
"https://solana-api.projectserum.com"
]
},
"sms_apis": {
"twilio": {
"key": "",
"sid": ""
},
"nexmo": {
"key": "",
"secret": ""
},
"plivo": {
"key": "",
"secret": ""
},
"messagebird": {
"key": ""
}
},
"email_validation": {
"hunter_io": {
"key": ""
},
"zerobounce": {
"key": ""
},
"neverbounce": {
"key": ""
}
}
}