Crypto

Provides real-time, accurate data on current cryptocurrency prices from leading exchanges. By leveraging this endpoint, users can obtain essential information on various digital assets, including Bitcoin (BTC), Ethereum (ETH), and other top cryptocurrencies. The data returned includes current price.

Gets current price of a crypto token

Returns the current price in USD for a cryptocurrency by querying multiple reliable sources and averaging the results.

GET
/ crypto

Parameters

Name Type Description Required
symbol string The cryptocurrency symbol for which to get the price Required

Response

{
  "type": "object",
  "properties": {
    "price": {
      "type": "string",
      "description": "The current price in USD for the specified cryptocurrency.",
      "example": "123.45"
    }
  },
  "required": [
    "price"
  ]
}
curl --request GET \
      --url https://apikiss.com/v1/chuck-norris-facts/ \
      --header 'Authorization: Bearer <token>'
{
      "fact": "Chuck Norris can divide by zero."
    }

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"

Try it out

Ready to track crypto prices?

Get instant access to real-time cryptocurrency prices from multiple trusted sources. Sign up now to start integrating live market data into your applications!

Get Your API Key