v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Crypto Profile

Get crypto's profile.

get/crypto/profile

Query parameters

symbolstring required

Crypto symbol such as BTC or ETH.

Response

successful operation

longNamestring

Long name.

namestring

Name.

descriptionstring

Description.

websitestring

Project's website.

marketCapnumber float

Market capitalization.

totalSupplynumber float

Total supply.

maxSupplynumber float

Max supply.

circulatingSupplynumber float

Circulating supply.

logostring

Logo image.

launchDatestring

Launch date.

proofTypestring

Proof type.

Example response

{
  "marketCap": 0.8008282,
  "website": "website",
  "totalSupply": 6.0274563,
  "proofType": "proofType",
  "name": "name",
  "description": "description",
  "logo": "logo",
  "maxSupply": 1.4658129,
  "launchDate": "launchDate",
  "circulatingSupply": 5.962134,
  "longName": "longName"
}