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

You can convert crypto by using this API. (eg. BTC to ETH, USD to DOGE, SHIB to BTC etc.)

URL Schema

https://api.finage.co.uk/convert/crypto/{ from }/{ to }/{ amount }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/convert/crypto/BTC/SHIB/2?apikey=YOUR_API_KEY

Example Output

{
  "from": "BTC",
  "to": "SHIB",
  "amount": 2,
  "value": 1960784313.72549,
  "timestamp": 1635946933092
}

Input Parameters (* required field)

  • * from"From" symbol of the crypto.
  • * to"To" symbol of the crypto.
  • * amountThe amount to convert.

Output Parameters

  • from"From" symbol of the crypto.
  • to"To" symbol of the crypto.
  • amountThe amount to convert.
  • valueConverted amount.
  • timestampTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.