Sezar Network
Developers HUB

Your time as a developer is valuable. That is why at SezarNetwork our tools are built with you in mind.

Get started with SezarNetwork Developers HUB using these docs - send suggestions for improvements to us.

Post's you maybe like

IRAN Currency Exchange Rate Json API

The IRAN exchange rate web service allows you to receive the price of all currencies live and instantly. It is very easy to use the web service of fluctuating currency prices and you can try it even in your browser.

This API is premium and it can only be used if you purchase it

How to use: The format of the received data is JSON and includes the price, update time and amount of change compared to the previous day. Using the Oscillation API, you can not only get the most up-to-date prices, but also the possibility to get all real-time updates on the day of your choice. One of the most important types of financial data that is used for charting and technical analysis is the daily open, high, low, and close (OHLC) market rates. that you will be able to receive it in your desired time frame. To purchase subscription plans, please contact us in our telegram support @SezarSupport

This API can only be used if you purchase it

Examples

cURL

curl 'https://api.sezar.network/IRRRate?merchent={YOUR API KEY}'

Example Response

[
	{
        "symbol": "GBP",
        "value": "38870",
        "change": "0"
    },
    {
        "symbol": "EUR",
        "value": "32440",
        "change": "0"
    },
    {
        "symbol": "USD",
        "value": "31920",
        "change": "0"
    }
]