Coins
Market stats etc
Get list of supported coins with basic information
GET
https://api.nodehub.io/v1/coins
This endpoint returns you a list of coins, or if specified, a more in depth information about a coin.
Headers
Name
Type
Description
Authorization*
string
Authentication token you've generated in your account
[
{
"collateral": 5000,
"delisted": false,
"id": "exclusive",
"label": "ExclusiveCoin",
"maintenance": false,
"market_cap": 1133044,
"masternode_value": 1032.365,
"price": 0.206473,
"price_change": 8.87011,
"revenue_mo": null,
"roi": null,
"ticker": "EXCL",
"volume": 28720.6
},
{
"collateral": 1000,
"delisted": false,
"id": "solaris",
"label": "Solaris",
"maintenance": false,
"market_cap": 673897,
"masternode_value": 390.291,
"price": 0.390291,
"price_change": -25.43729,
"revenue_mo": 5.519365225,
"roi": 16.97,
"ticker": "XLR",
"volume": 4931.385481
},
{
"collateral": 1000,
"delisted": false,
"id": "innova",
"label": "Innova",
"maintenance": false,
"market_cap": null,
"masternode_value": 4.332660000000001,
"price": 0.00433266,
"price_change": -55.91487,
"revenue_mo": 0.5206052045,
"roi": 144.19,
"ticker": "INN",
"volume": 94.75
},
{
"collateral": 10000,
"delisted": false,
"id": "bitcloud",
"label": "Bitcloud",
"maintenance": false,
"market_cap": 360473,
"masternode_value": 119.5965,
"price": 0.01195965,
"price_change": 314.47564,
"revenue_mo": 6.2618734125,
"roi": 62.83,
"ticker": "BTDX",
"volume": 183.91275776
}
...
]
View detailed information about a specific coin
GET
https://api.nodehub.io/v1/coins/:id
This endpoint returns you a list of coins, or if specified, a more in depth information about a coin.
Path Parameters
Name
Type
Description
id*
string
ID of the coin you'd like to view
Headers
Name
Type
Description
Authorization*
string
Authentication token you've generated in your account
{
"alerts": [],
"average_block_time": 45,
"coins_locked": 7240000,
"collateral": 20000,
"delisted": false,
"description": "Vitae is not just a token. Much like life, it has a purpose. This purpose is to provide prosperity through POS (Proof Of Stake), Master Node, Super Node and our own Social Rewards Website.\r\n\r\nPROSPERITY FOR EVERYONE!\r\nAvailable around the world, Vitae can make a difference to everyone.\r\n\r\nANTI INFLATIONARY\r\nProviding tremendous rewards for Staking, Master Nodes and Super Nodes, Vitae Token provides an increasing supply to those that receive rewards. Combined with our Social Rewards Platform, the generation of anti inflationary income is possible.",
"exchanges": [
{
"exchange": {
"has_trading_incentive": false,
"identifier": "crypto_bridge",
"name": "CryptoBridge"
},
"exchange_link": "",
"link": "https://crypto-bridge.org/",
"pair": "VITAE/BTC",
"price": 0.568832,
"volume": 479.88,
"volume_percent": 3.7317720881232983
},
{
"exchange": {
"has_trading_incentive": false,
"identifier": "coin_exchange",
"name": "CoinExchange.io"
},
"exchange_link": "",
"link": "https://www.coinexchange.io/",
"pair": "VITAE/BTC",
"price": 0.617618,
"volume": 301.8,
"volume_percent": 2.346938435016278
},
{
"exchange": {
"has_trading_incentive": false,
"identifier": "stocks_exchange",
"name": "STEX"
},
"exchange_link": "",
"link": "http://stex.com/",
"pair": "VITAE/BTC",
"price": 0.585624,
"volume": 4.24,
"volume_percent": 0.03297222983588144
},
{
"exchange": {
"identifier": "idax",
"name": "IDAX"
},
"exchange_link": "",
"link": "https://www.idax.pro/#/",
"pair": "VITAE/BTC",
"price": 0.617265825,
"volume": 12073.3862134545,
"volume_percent": 93.88831724702455
}
],
"first_reward_time": null,
"id": "vitae",
"label": "Vitae",
"last_updated": "2019/07/10 10:28:27",
"last_updated_unix": 1562754507,
"latest_block": 795403,
"links": {
"blockchain_site": "http://explore.vit.tips:8181/",
"facebook_username": "https://www.facebook.com/VitaeToken",
"github": "https://github.com/VitaeTeam/Vitae",
"homepage": "https://www.vitaetoken.io/",
"subreddit_url": "https://www.reddit.com/r/VitaeTeam/",
"twitter_screen_name": "https://twitter.com/OfficialVitae"
},
"maintenance": false,
"market_data": {
"circulating_supply": null,
"market_cap": 0.0,
"price": 0.616294,
"price_change": 0.10582,
"total_supply": 100000000.0,
"total_volume": 12859.3062134545
},
"masternode_count": 362,
"masternode_count_nodehub": 0,
"masternode_value": 12325.880000000001,
"reward_frequency": 16290,
"roi": 29.699114412034,
"ticker": "VITAE"
}
Last updated