API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.

Products

high demand High demand

Endpoint

6 endpoint(s) for Crypto
Search Icon
  • Crypto Last Trade API
  • Crypto Last Quote API
  • Crypto Aggregates API
  • Crypto Previous Close API
  • Crypto Converter API
  • Crypto Snapshot API

Crypto Last Trade API

You can get the prices in Real-Time with this endpoint.

URL Schema

https://api.finage.co.uk/last/crypto/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/last/crypto/btcusd?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "BTCUSD",
  "price": 56385.08,
  "timestamp": 1620757059440
}

Input Parameters (* required field)

  • * symbolCrypto symbol that you want to get price

Output Parameters

  • symbolSymbol name
  • priceLatest price
  • timestampTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.