Skip to content

Commit eabe189

Browse files
authored
Update README.md
1 parent 5c01168 commit eabe189

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

Diff for: README.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Amis Delta Dex Experimental Developments
232232
- [ethexchange dex](https://amis-erc20.github.io/ethexchange/)
233233
- [netherdelta dex](https://amis-erc20.github.io/netherdelta/)
234234
- [ED exchange on testnet https://ether-dex.github.io/edx/?network=testnet/](https://ether-dex.github.io/edx/?network=testnet/)
235+
- https://amis-erc20.github.io/0xygen-Relay/packages/frontend/public
235236

236237
## Wallet
237238
On Ethereum, one can easily create a wallet to store, send and receive AMIS:
@@ -262,7 +263,48 @@ On Waves use either bitshares or the native wallet:
262263
- [amisdex streamer https://amisdex.github.io/cryptoc0mpare](https://amisdex.github.io/crypt0compare/streamer/trade/)
263264
- [https://amisdex.github.io/cryptoc0mpare](https://amisdex.github.io/cryptoc0mpare)
264265

265-
266+
## Api
267+
- [coingecko]: https://api.coingecko.com/api/v3/exchanges/tokenjar
268+
269+
Response body
270+
271+
{
272+
"name": "TokenJar",
273+
"has_trading_incentive": null,
274+
"trade_volume_24h_btc": 0.20646597511553103,
275+
"tickers": [
276+
{
277+
"base": "AMIS",
278+
"target": "WETH",
279+
"market": {
280+
"name": "TokenJar",
281+
"identifier": "tokenjar",
282+
"has_trading_incentive": false
283+
},
284+
"last": 0,
285+
"converted_last": {
286+
"btc": "0.000018657",
287+
"eth": "0.0004494293383598398368",
288+
"usd": "0.1250504715406847787"
289+
},
290+
"volume": 11066.408,
291+
"converted_volume": {
292+
"btc": "0.20646597511553103",
293+
"eth": "4.973568450983130574137518731872",
294+
"usd": "1383.859545763222639279398182373"
295+
},
296+
"timestamp": "2018-08-25T10:07:49.705Z",
297+
"is_anomaly": false
298+
}
299+
]
300+
}
301+
- [cryptocompare]
302+
- [etherdelta]
303+
- [tokenstore]
304+
- [tokenjar]
305+
- [bamboorelay]
306+
- [etherscan api](http://api.etherscan.io/api?module=account&action=txlist&address=0xbeef281b81d383336aca8b2b067a526227638087&sort=asc)
307+
- [etherscan api](https://api.etherscan.io/api?module=logs&action=getLogs&fromBlock=0&toBlock=latest&address=0x8d12a197cb00d4747a1fe03395095ce2a5cc6819&topic0=0x6effdda786735d5033bfad5f53e5131abcced9e52be6c507b62d639685fbed6d&data3=0x000000000000000000000000949bed886c739f1a3273629b3320db0c5024c719)
266308
## Support
267309
Our support channel is available 24h/24h 365d
268310
- [Gitchat: https://gitter.im/ERC20-AMIS/Lobby](https://gitter.im/ERC20-AMIS/Lobby#)

0 commit comments

Comments
 (0)