Get Token Metadata Profile by Symbol
Crypto
Get Token Metadata Profile by Symbol
**Feature Overview**
[OpenAPI JSON Spec](/docs/output/v1_crypto_detail_get.json)
Get metadata profile for a specific token by its symbol, including name, category, description, logo, contract addresses, and official URLs.
**Response Data Description**
| Field | Type | Description | Example |
|-------|------|-------------|---------|
| symbol | string | Token symbol | "BTC" |
| name | string | Full token name | "Bitcoin" |
| category | string | Token category | "coin" |
| description | string | Token description | "Bitcoin is..." |
| logo | string | Token logo URL | "https://..." |
| contracts | array | Contract addresses per chain | [{chain:"ETH", address:"0x..."}] |
| urls | object | Official URLs (website, twitter, reddit, explorer, etc.) | |
**Usage Examples**
1. **Get BTC metadata**: `?symbol=BTC`
2. **Get ETH metadata**: `?symbol=ETH`
**Important Notes**
- Symbol parameter is required (cannot be empty)
GET
Get Token Metadata Profile by Symbol

