API Endpoints
Currex just got an upgrade! Please check https://currex.info for more information.
Get latest rates
GET
https://api.cakes.com/v1/:format/latest/:base_currency?token=premiumtoken
Path Parameters
Name | Type | Description |
---|---|---|
base_currency | string | Currency you want to base on [EUR/USD/CAD/AED/...] All supported currencies are possible |
format | string | Response format: [json/xml] |
Query Parameters
Name | Type | Description |
---|---|---|
token | string | You premium token to get even more accurate data |
Examples
1) Get latest rates for base Euro as JSON
2) Get latest rates for base United Arab Emirates Dirham as XML
★ Get in-depth information about the currencies
GET
https://api.currex.info/v1/:format/info/:single_currency?token=premiumtoken
[Premium API Endpoint] Please get a premium token to be able to access this information.
Path Parameters
Name | Type | Description |
---|---|---|
single_currency | string | Currency code for a single currency if you only want to get info about that one |
format | string | Response format: [json/xml] |
Query Parameters
Name | Type | Description |
---|---|---|
token | string | Your premium token to access this premium api endpoint |
Examples
1) Get info about all currencies supported by Currex as JSON
Replace ■■■■■■■■ with your own token
2) Get info only about Euro as XML
Replace ■■■■■■■■ with your own token
Last updated