1.2 Currency Info
GET /currencies/{currency_id}Parameter
Type
Required
Description
{
"currency_id": "1673723677362319867",
"name": "ethereum",
"symbol": "ETH",
"introduction": "Bitcoin (BTC) is a decentralized digital currency...",
"sector": [
{
"id": "1",
"name": "DeFi"
}
],
"icon": "https://...",
"contracts": [
{
"chain": "Ethereum",
"contract": "0x..."
}
],
"white_paper": "https://ethereum.org/en/whitepaper/",
"first_issue_time": "1438242398585",
"explorers": [
"https://etherscan.io/",
"https://platform.arkhamintelligence.com/explorer/token/ethereum",
"https://ethplorer.io/"
],
"community": {
"twitter": "https://twitter.com/ethereum",
"reddit": "https://www.reddit.com/r/ethereum"
},
"significant_events": [
{
"time": "1510070400000",
"content": "Anatoly Yakovenko published the whitepaper on \"Proof of History (PoH)\"..."
}
]
}Field
Type
Description
Last updated