---
title: "Crypto Profile"
method: GET
path: "/crypto/profile"
tags: ["Default"]
---

# Crypto Profile

`GET /crypto/profile`

Get crypto's profile.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- CryptoProfile
  - `longName` string — Long name.
  - `name` string — Name.
  - `description` string — Description.
  - `website` string — Project's website.
  - `marketCap` number, float — Market capitalization.
  - `totalSupply` number, float — Total supply.
  - `maxSupply` number, float — Max supply.
  - `circulatingSupply` number, float — Circulating supply.
  - `logo` string — Logo image.
  - `launchDate` string — Launch date.
  - `proofType` string — Proof type.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
