API
WebSocket
Symbols
Back to Home Page
Login to Dashboard
API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.
Get Your Free API Key
Products
Crypto
High demand
US Stock
Forex
Crypto
Endpoint
6
endpoint(s) for
Crypto
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.
Details
Playground
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)
*
symbol
Crypto symbol that you want to get price
Output Parameters
symbol
Symbol name
price
Latest price
timestamp
Timestamp [ms]