Global Endpoints
Crypto Prices
This endpoint retrieves the latest crypto currency prices globally.
GET
Query Parameters
Specifies the cryptocurrencies to query.
Default: ["BTC", "ETH"]
Specifies the fiat currencies to use for price representation.
Default: ["USD", "TRY", "EUR", "GBP"]
Response
Indicates whether the request was successful. A value of true
means the request was successful, while false
indicates an issue or failure.
Contains the data related to the latest cryptocurrency prices, structured by cryptocurrency names and their corresponding information.