All Projects → Blockmodo → Coin_registry

Blockmodo / Coin_registry

Licence: mit
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.

Projects that are alternatives of or similar to Coin registry

Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+2389.41%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (+16.47%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-29.41%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrency-exchanges
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+65.88%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrency-exchanges
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+3325.88%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+3981.18%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+357.65%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrency-exchanges
Finch
An Open Source Cryptocurrency Payment Processor.
Stars: ✭ 27 (-68.24%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Arbitrader
A market neutral cryptocurrency trading bot.
Stars: ✭ 66 (-22.35%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-1.18%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-25.88%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Icointicker
macOS crypto currency menubar ticker (맥 가상화폐 시세 메뉴바 티커)
Stars: ✭ 70 (-17.65%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-69.41%)
Mutual labels:  bitcoin, cryptocurrency, coin
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-16.47%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+985.88%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-40%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Hth Legacy Old Chain
Old Binaries and source code for HTH. Deprecated.
Stars: ✭ 22 (-74.12%)
Mutual labels:  bitcoin, cryptocurrency, coin
Shapeshift
ShapeShift API for Go Language - convert cryptocurrencies with ease using ShapeShift and golang
Stars: ✭ 35 (-58.82%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Crypto Coin Alerts
An application that let you set alerts for the prices of several cryptocurrencies
Stars: ✭ 72 (-15.29%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-36.47%)
Mutual labels:  ethereum, bitcoin, cryptocurrency

MIT license Chat on Telegram Twitter blockmodo

Introduction

Coin Registry is a collection of JSON formatted information files that is primarily used by website developers, exchange operators, terminal developers, and news publications to show accurate information about different coins.

The Payload

A COINREGISTRY JSON information file:

{
	"type": "COINREGISTRY",
	"version": 1,
	"name": "Ethereum",
	"fromSymbol": "ETH",
	"toSymbol":"ALL",
	"website": "https://www.ethereum.org/",
	"images": {
		"image64": "https://image_path/img.jpg",
		"image128": "https://image_path/img.jpg",
		"image256": "https://image_path/img.jpg",
		"image512": "https://image_path/img.jpg",
		"image1024": "https://image_path/img.jpg"
	},
	"network": {
		"t_total_supply": 17104062,
		"t_available_supply": 17104062,
		"t_max_supply": 21000000,
		"t_block_reward": 12.5
	},
	"is_crypto": true,
	"is_minable": true,
	"proof_type": "PoW",
	"algorithm": "Ethash",
	"description": {
		"en": "Ethereum is an open-source, public, blockchain-based distributed computing platform and operating system featuring smart contract functionality. It supports a modified version of Nakamoto consensus via transaction-based state transitions."
	},
	"quote": [
		"https://blockmodo.com/quotes/ETH"
	],
	"explorer": [
		"https://etherscan.io/"
	],
	"chat": [
		"https://telegram.me/joinchat/AyAwgj-vtnMdUxRvCgicuQ"
	],
	"social": [
		"https://twitter.com/ethereum",
		"https://www.facebook.com/ethereumproject/"
	],
	"community": [
		"https://www.reddit.com/r/ethereum",
		"https://www.reddit.com/r/ethtrader"
	],
	"source_code": [
		"https://github.com/ethereum/go-ethereum",
		"https://github.com/ethereum/cpp-ethereum"
	]
}

Description of Fields

root → type

The Blockmodo API always assigns type names to Payloads for easy parsing. In this paticular case, the type will always be "COINREGISTRY" for this payload.

root → version

The version of the payload. From time to time, Blockmodo, or its contributors, might change the schema of the JSON payload when adding or removing fields. In such a scenario, the version number will be incremented.

root → name

The name of the currency.

root → fromSymbol

Each Blockmodo payload must have a fromSymbol and toSymbol unless otherwise specififed. In this case, the fromSymbol will be the symbol of the currency being described.

root → fromSymbol

Like above, the toSymbol will describe the relation to some other currency. In this case, since we are describing a currency with no relation to another, the toSymbol will always be 'ALL'.

root → website

The website for the currency.

root → network

This block holds network related statistics.

root → images

A hash that holds images of the currency with different sizes. Hosting provided by Blockmodo.

root → network → t_total_supply

The number of coins that are currently available in some form.

NOTE: This is a termporal value and might change frequently. If you wish to update this field, please make sure to update it no more than once a day via a pull request.

root → network → t_available_supply

The number of coins that are available to trade. For example, if a currency has coins locked up in escrow the available supply will be a subset of the total supply.

NOTE: This is a termporal value and might change frequently. If you wish to update this field, please make sure to update it no more than 3 times a day via a pull request.

root → network → t_max_supply

The max number of coins that can be mined or generated.

NOTE: This is a termporal value and might change frequently. If you wish to update this field, please make sure to update it no more than 3 times a day via a pull request.

root → network → t_block_reward

The number of coins that are rewarded per mined block.

NOTE: This is a termporal value and might change frequently. If you wish to update this field, please make sure to update it no more than 3 times a day via a pull request.

root → is_crypto

If the fromSymbol being described is a cryptocurrency. Typically this value will be 'true'.

root → is_minable

Is the coin minable using a proof_type.

root → proof_type

The type of work required to verify blocks of transactions.

root → algorithm

The algorithm used to sign blocks.

root → description

Hash of description types. The key in this block will be the language code and the value will be a string.

root → quote

An array of URLs of where users can get quotes for the given fromSymbol.

root → explorer

An array of URLs of where users can get blockchain realted inforation.

root → chat

An array of URLs where users can find information about chat communities. For example, Telegram or Rocket chat links would be listed here.

root → social

An array of social media URLs. For example, Facebook pages or groups would be listed here.

root → social

An array of community URLs. For example, Sub-Reddi's would be listed here or forums.

root → source_code

An array of repo URLs. For example, GitHub repos would be listed here.

Contributions

We are always looking for help. If you have a relevant edit, please feel free to issue a pull request. Some things to keep in mind:

  1. Please do not change the schema. If you wish to suggest a schema enhancement, please open an issue.

  2. Temporal value changes should be done no more than three times a day. If you would like to update temporal values, please drop open an issue.

Contributors

Icon: cryptocurrency by mikicon

Looking for real-time streaming pricing data?

Blockmodo provides real-time streaming pricing data on over 1500+ coins straight from exchanges. In addition, the API also streams news, code checkins, and social posts. Feel free to check out Blockmodo API docs.

Community

Coin Registry is maintained by Blockmodo and we're on Telegram. Visit us on Telegram

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].