Информация о монете
🪪 GET /coins/{coin_id} — Детальная информация о криптовалюте
GET /coins/{coin_id} — Детальная информация о криптовалюте🔗 Endpoint
https://api.cryptoskop.ru/v1/coins/{coin_id}🔢 Параметры запроса
Параметр
Тип
Обязателен
Описание
📦 Пример ответа
{
"id": "btc-bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"rank": 1,
"is_new": false,
"is_active": true,
"type": "coin",
"logo": "https://static.cryptoscop.ru/coin/btc-bitcoin/logo.png",
"tags": [
{
"id": "blockchain-service",
"name": "Blockchain Service",
"coin_counter": 160,
"ico_counter": 80
}
],
"team": [
{
"id": "satoshi-nakamoto",
"name": "Satoshi Nakamoto",
"position": "Founder"
}
],
"description": "Bitcoin is a decentralized digital currency...",
"message": "",
"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",
"contracts": [
{
"contract": "0x...",
"platform": "Ethereum",
"type": "ERC-20"
}
],
"links": {
"website": ["https://bitcoin.org"],
"explorer": ["https://blockchair.com/bitcoin"],
"source_code": ["https://github.com/bitcoin/bitcoin"],
"reddit": ["https://www.reddit.com/r/bitcoin"]
},
"links_extended": [
{
"url": "https://github.com/bitcoin/bitcoin",
"type": "source_code",
"stats": {
"contributors": 730,
"stars": 36000
}
}
],
"whitepaper": {
"link": "https://static.cryptoscop.ru/whitepapers/bitcoin.pdf",
"thumbnail": "https://static.cryptoscop.ru/whitepapers/bitcoin-thumb.jpg"
},
"first_data_at": "2018-10-03T11:48:19Z",
"last_data_at": "2025-08-04T12:00:00Z"
}🧾 Описание ключевых полей
Поле
Тип
Описание
Last updated