API قیمت ارز های دیجیتالی
دریافت اطلاعات و قیمت های لحظه ای ارز های دیجیتالی
ارسال درخواست:
1 |
https://one-api.ir/DigitalCurrency/?token={token} |
- بجای {token} رمزینه یا توکن خود را قرار دهید
خروجی(کوتاه شده):
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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 |
{ "status": 200, "result": [ { "id": "bitcoin", "symbol": "btc", "name": "Bitcoin", "current_price": 54658, "market_cap": 1022373519479, "market_cap_rank": 1, "fully_diluted_valuation": 1150224783472, "total_volume": 48222028697, "high_24h": 55663, "low_24h": 52686, "price_change_24h": 1294.06, "price_change_percentage_24h": 2.42497, "market_cap_change_24h": 26442691462, "market_cap_change_percentage_24h": 2.65507, "circulating_supply": 18665781, "total_supply": 21000000, "max_supply": 21000000, "ath": 61712, "ath_change_percentage": -11.2482, "ath_date": "2021-03-13T20:49:26.606Z", "atl": 67.81, "atl_change_percentage": 80671.57832, "atl_date": "2013-07-06T00:00:00.000Z", "roi": null, "last_updated": "2021-03-27T11:02:56.652Z" }, { "id": "ethereum", "symbol": "eth", "name": "Ethereum", "current_price": 1686.86, "market_cap": 194673362181, "market_cap_rank": 2, "fully_diluted_valuation": null, "total_volume": 21989573250, "high_24h": 1723.93, "low_24h": 1612.53, "price_change_24h": 62.33, "price_change_percentage_24h": 3.83704, "market_cap_change_24h": 7670509394, "market_cap_change_percentage_24h": 4.10181, "circulating_supply": 115220959.874, "total_supply": null, "max_supply": null, "ath": 2042.93, "ath_change_percentage": -17.29679, "ath_date": "2021-02-20T12:24:12.315Z", "atl": 0.432979, "atl_change_percentage": 390119.17808, "atl_date": "2015-10-20T00:00:00.000Z", "roi": { "times": 40.229638157209, "currency": "btc", "percentage": 4022.9638157209 }, "last_updated": "2021-03-27T11:01:06.773Z" }, { "id": "tether", "symbol": "usdt", "name": "Tether", "current_price": 0.997902, "market_cap": 40296957648, "market_cap_rank": 3, "fully_diluted_valuation": null, "total_volume": 83103118560, "high_24h": 1, "low_24h": 0.995093, "price_change_24h": -0.00242868, "price_change_percentage_24h": -0.24279, "market_cap_change_24h": -13011962.13913, "market_cap_change_percentage_24h": -0.03228, "circulating_supply": 40242942156.058, "total_supply": 40242942156.058, "max_supply": null, "ath": 1.32, "ath_change_percentage": -24.31821, "ath_date": "2018-07-24T00:00:00.000Z", "atl": 0.572521, "atl_change_percentage": 74.90053, "atl_date": "2015-03-02T00:00:00.000Z", "roi": null, "last_updated": "2021-03-27T11:01:51.264Z" }, { "id": "binancecoin", "symbol": "bnb", "name": "Binance Coin", "current_price": 256.55, "market_cap": 39709924226, "market_cap_rank": 4, "fully_diluted_valuation": 43821383315, "total_volume": 2441088990, "high_24h": 260.02, "low_24h": 245.78, "price_change_24h": 8.95, "price_change_percentage_24h": 3.61628, "market_cap_change_24h": 1473503448, "market_cap_change_percentage_24h": 3.85366, "circulating_supply": 154533651.9, "total_supply": 170533651.9, "max_supply": 170533651.9, "ath": 339.94, "ath_change_percentage": -24.40734, "ath_date": "2021-02-19T23:41:54.286Z", "atl": 0.0398177, "atl_change_percentage": 645256.74133, "atl_date": "2017-10-19T00:00:00.000Z", "roi": null, "last_updated": "2021-03-27T11:01:38.116Z" } ] } |