curl --request GET \
--url 'https://api.coinpaprika.com/v1/coins/btc-bitcoin'
{
"id": "btc-bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"parent": {
"id": "eth-ethereum",
"name": "Ethereum",
"symbol": "ETH"
},
"rank": 1,
"is_new": false,
"is_active": true,
"type": "coin",
"logo": "https://static.coinpaprika.com/coin/bnb-binance-coin/logo.png",
"tags": [
{
"id": "blockchain-service",
"name": "Blockchain Service",
"coin_counter": 160,
"ico_counter": 80
}
],
"team": [
{
"id": "vitalik-buterin",
"name": "Vitalik Buterin",
"position": "Author"
}
],
"description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.",
"message": "<string>",
"open_source": true,
"hardware_wallet": true,
"started_at": "2009-01-03T00:00:00Z",
"development_status": "Working product",
"proof_type": "Proof of work",
"org_structure": "Decentralized",
"hash_algorithm": "SHA256",
"contract": "<string>",
"platform": "<string>",
"contracts": [
{
"contract": "<string>",
"platform": "<string>",
"type": "<string>"
}
],
"links": {
"explorer": [
"http://blockchain.com/explorer",
"https://blockchair.com/bitcoin/blocks",
"https://blockexplorer.com/",
"https://live.blockcypher.com/btc/"
],
"facebook": [
"https://www.facebook.com/bitcoins/"
],
"reddit": [
"https://www.reddit.com/r/bitcoin"
],
"source_code": [
"https://github.com/bitcoin/bitcoin"
],
"website": [
"https://bitcoin.org/"
],
"youtube": [
"https://www.youtube.com/watch?v=Um63OQz3bjo"
],
"medium": null
},
"links_extended": [
{
"url": "http://blockchain.com/explorer",
"type": "explorer"
},
{
"url": "https://www.reddit.com/r/bitcoin",
"type": "reddit",
"stats": {
"subscribers": 1009135
}
},
{
"url": "https://github.com/bitcoin/bitcoin",
"type": "source_code",
"stats": {
"contributors": 730,
"stars": 36613
}
},
{
"url": "https://bitcoin.org/",
"type": "website"
}
],
"whitepaper": {
"link": "https://static.coinpaprika.com/storage/cdn/whitepapers/215.pdf",
"thumbnail": "https://static.coinpaprika.com/storage/cdn/whitepapers/217.jpg"
},
"first_data_at": "2018-10-03T11:48:19Z",
"last_data_at": "2019-05-03T11:00:00"
}
curl --request GET \
--url 'https://api.coinpaprika.com/v1/coins/btc-bitcoin'
{
"id": "btc-bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"parent": {
"id": "eth-ethereum",
"name": "Ethereum",
"symbol": "ETH"
},
"rank": 1,
"is_new": false,
"is_active": true,
"type": "coin",
"logo": "https://static.coinpaprika.com/coin/bnb-binance-coin/logo.png",
"tags": [
{
"id": "blockchain-service",
"name": "Blockchain Service",
"coin_counter": 160,
"ico_counter": 80
}
],
"team": [
{
"id": "vitalik-buterin",
"name": "Vitalik Buterin",
"position": "Author"
}
],
"description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.",
"message": "<string>",
"open_source": true,
"hardware_wallet": true,
"started_at": "2009-01-03T00:00:00Z",
"development_status": "Working product",
"proof_type": "Proof of work",
"org_structure": "Decentralized",
"hash_algorithm": "SHA256",
"contract": "<string>",
"platform": "<string>",
"contracts": [
{
"contract": "<string>",
"platform": "<string>",
"type": "<string>"
}
],
"links": {
"explorer": [
"http://blockchain.com/explorer",
"https://blockchair.com/bitcoin/blocks",
"https://blockexplorer.com/",
"https://live.blockcypher.com/btc/"
],
"facebook": [
"https://www.facebook.com/bitcoins/"
],
"reddit": [
"https://www.reddit.com/r/bitcoin"
],
"source_code": [
"https://github.com/bitcoin/bitcoin"
],
"website": [
"https://bitcoin.org/"
],
"youtube": [
"https://www.youtube.com/watch?v=Um63OQz3bjo"
],
"medium": null
},
"links_extended": [
{
"url": "http://blockchain.com/explorer",
"type": "explorer"
},
{
"url": "https://www.reddit.com/r/bitcoin",
"type": "reddit",
"stats": {
"subscribers": 1009135
}
},
{
"url": "https://github.com/bitcoin/bitcoin",
"type": "source_code",
"stats": {
"contributors": 730,
"stars": 36613
}
},
{
"url": "https://bitcoin.org/",
"type": "website"
}
],
"whitepaper": {
"link": "https://static.coinpaprika.com/storage/cdn/whitepapers/215.pdf",
"thumbnail": "https://static.coinpaprika.com/storage/cdn/whitepapers/217.jpg"
},
"first_data_at": "2018-10-03T11:48:19Z",
"last_data_at": "2019-05-03T11:00:00"
}
"btc-bitcoin"
successful operation
The response is of type object
.