This endpoint retrieves the latest crypto currency prices globally.
curl --request GET \
--url https://api.mzrdev.xyz/v1/crypto \
--header 'Authorization: <api-key>'
{
"success": true,
"data": {
"btc": {
"price": {
"usd": "$94,757",
"try": "₺3.285.026,94",
"eur": "€90,455.33",
"gbp": "£75,504.32"
},
"stonks": {
"usd": false,
"try": false,
"eur": false,
"gbp": false
},
"oneDayChange": {
"usd": "-3.50%",
"try": "-3.25%",
"eur": "-3.40%",
"gbp": "-2.99%"
},
"lastUpdate": {
"usd": 1732603799,
"try": 1732603798,
"eur": 1732603793,
"gbp": 1732603781
}
},
"eth": {
"price": {
"usd": "$3,433.51",
"try": "₺119.059,97",
"eur": "€3,277.73",
"gbp": "£2,736.68"
},
"stonks": {
"usd": true,
"try": true,
"eur": true,
"gbp": true
},
"oneDayChange": {
"usd": "1.44%",
"try": "1.76%",
"eur": "1.59%",
"gbp": "1.98%"
},
"lastUpdate": {
"usd": 1732603797,
"try": 1732603798,
"eur": 1732603791,
"gbp": 1732603798
}
}
}
}
Specifies the cryptocurrencies to query.
Default: ["BTC", "ETH"]
Specifies the fiat currencies to use for price representation.
Default: ["USD", "TRY", "EUR", "GBP"]
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.
Show Toggle Data Object
Contains information about a specific cryptocurrency, such as btc
, eth
, doge
, etc. Each object has the following subfields:
Show Toggle Object
The current price of the cryptocurrency in different currencies.
Show Toggle Price Object
The price displayed in the selected currency (e.g., USD, $62,111.87
).
Indicates whether there has been a notable change in the cryptocurrency’s price in different currencies.
Show Toggle Stonks Object
Indicates if there has been a significant change in the currency price.
Represents the percentage change in the cryptocurrency price over the last 24 hours in different currencies.
Show Toggle One Day Change Object
The percentage change in price for the specified currency (e.g., USD, -4.14%
).
Response
curl --request GET \
--url https://api.mzrdev.xyz/v1/crypto \
--header 'Authorization: <api-key>'
{
"success": true,
"data": {
"btc": {
"price": {
"usd": "$94,757",
"try": "₺3.285.026,94",
"eur": "€90,455.33",
"gbp": "£75,504.32"
},
"stonks": {
"usd": false,
"try": false,
"eur": false,
"gbp": false
},
"oneDayChange": {
"usd": "-3.50%",
"try": "-3.25%",
"eur": "-3.40%",
"gbp": "-2.99%"
},
"lastUpdate": {
"usd": 1732603799,
"try": 1732603798,
"eur": 1732603793,
"gbp": 1732603781
}
},
"eth": {
"price": {
"usd": "$3,433.51",
"try": "₺119.059,97",
"eur": "€3,277.73",
"gbp": "£2,736.68"
},
"stonks": {
"usd": true,
"try": true,
"eur": true,
"gbp": true
},
"oneDayChange": {
"usd": "1.44%",
"try": "1.76%",
"eur": "1.59%",
"gbp": "1.98%"
},
"lastUpdate": {
"usd": 1732603797,
"try": 1732603798,
"eur": 1732603791,
"gbp": 1732603798
}
}
}
}
This endpoint retrieves the latest crypto currency prices globally.
curl --request GET \
--url https://api.mzrdev.xyz/v1/crypto \
--header 'Authorization: <api-key>'
{
"success": true,
"data": {
"btc": {
"price": {
"usd": "$94,757",
"try": "₺3.285.026,94",
"eur": "€90,455.33",
"gbp": "£75,504.32"
},
"stonks": {
"usd": false,
"try": false,
"eur": false,
"gbp": false
},
"oneDayChange": {
"usd": "-3.50%",
"try": "-3.25%",
"eur": "-3.40%",
"gbp": "-2.99%"
},
"lastUpdate": {
"usd": 1732603799,
"try": 1732603798,
"eur": 1732603793,
"gbp": 1732603781
}
},
"eth": {
"price": {
"usd": "$3,433.51",
"try": "₺119.059,97",
"eur": "€3,277.73",
"gbp": "£2,736.68"
},
"stonks": {
"usd": true,
"try": true,
"eur": true,
"gbp": true
},
"oneDayChange": {
"usd": "1.44%",
"try": "1.76%",
"eur": "1.59%",
"gbp": "1.98%"
},
"lastUpdate": {
"usd": 1732603797,
"try": 1732603798,
"eur": 1732603791,
"gbp": 1732603798
}
}
}
}
Specifies the cryptocurrencies to query.
Default: ["BTC", "ETH"]
Specifies the fiat currencies to use for price representation.
Default: ["USD", "TRY", "EUR", "GBP"]
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.
Show Toggle Data Object
Contains information about a specific cryptocurrency, such as btc
, eth
, doge
, etc. Each object has the following subfields:
Show Toggle Object
The current price of the cryptocurrency in different currencies.
Show Toggle Price Object
The price displayed in the selected currency (e.g., USD, $62,111.87
).
Indicates whether there has been a notable change in the cryptocurrency’s price in different currencies.
Show Toggle Stonks Object
Indicates if there has been a significant change in the currency price.
Represents the percentage change in the cryptocurrency price over the last 24 hours in different currencies.
Show Toggle One Day Change Object
The percentage change in price for the specified currency (e.g., USD, -4.14%
).
Response
curl --request GET \
--url https://api.mzrdev.xyz/v1/crypto \
--header 'Authorization: <api-key>'
{
"success": true,
"data": {
"btc": {
"price": {
"usd": "$94,757",
"try": "₺3.285.026,94",
"eur": "€90,455.33",
"gbp": "£75,504.32"
},
"stonks": {
"usd": false,
"try": false,
"eur": false,
"gbp": false
},
"oneDayChange": {
"usd": "-3.50%",
"try": "-3.25%",
"eur": "-3.40%",
"gbp": "-2.99%"
},
"lastUpdate": {
"usd": 1732603799,
"try": 1732603798,
"eur": 1732603793,
"gbp": 1732603781
}
},
"eth": {
"price": {
"usd": "$3,433.51",
"try": "₺119.059,97",
"eur": "€3,277.73",
"gbp": "£2,736.68"
},
"stonks": {
"usd": true,
"try": true,
"eur": true,
"gbp": true
},
"oneDayChange": {
"usd": "1.44%",
"try": "1.76%",
"eur": "1.59%",
"gbp": "1.98%"
},
"lastUpdate": {
"usd": 1732603797,
"try": 1732603798,
"eur": 1732603791,
"gbp": 1732603798
}
}
}
}