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 Snapshot API

Crypto Snapshot API will give you access to all available crypto with one single API request. You can get the latest trades, quotes or both of them with one request.

URL Schema

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

Example Request

https://api.finage.co.uk/snapshot/crypto?quotes=true&trades=true&symbols=BTCUSD,DOGEUSD&apikey=YOUR_API_KEY

Example Output

{
  "totalResults": 2,
  "lastQuotes": [
{
      "s": "BTCUSD",
      "a": 44361.36,
      "b": 44356.82,
      "asz": 0.00043,
      "bsz": 0.19834,
      "t": 1644505310197
    },
{
      "s": "DOGEUSD",
      "a": 0.1548,
      "b": 0.1547,
      "asz": 133376,
      "bsz": 138504,
      "t": 1644505310197
    }
  ],
  "lastTrades": [
{
      "s": "BTCUSD",
      "p": 44447.81,
      "sz": 0.1,
      "t": 1644505310197
    },
{
      "s": "DOGEUSD",
      "p": 0.1550595,
      "sz": 136211.88,
      "t": 1644505310197
    }
  ]
}

Input Parameters (* required field)

  • * quotesEnable or disable last quotes. Default is true.
  • * tradesEnable or disable last trades. Default is false.
  • * symbolsYou can get the data from specific symbols by using this query. If you leave it empty, you will get the all available last data. (Separate symbols with commas.)

Output Parameters

  • sCrypto symbol
  • pLast trade price
  • aLast ask price
  • bLast bid price
  • aszAsk size
  • bszBid size
  • szTrade size
  • tTimestamp (microseconds)
  • totalResultsTotal incoming symbol number.
Crafted, simply, by Finage © 2025 | All rights reserved.