currencylayer-API icon indicating copy to clipboard operation
currencylayer-API copied to clipboard

Bug in the "live" api.currencylayer API

Open nayzo opened this issue 5 years ago • 1 comments

Hello @macseem @paulzehetmayr,

It seems that there is a bug in the "live" api.currencylayer API: When I request it using Postman:

GET https://api.currencylayer.com/live?access_key=XXXXXXXX&source=EUR&currencies=USD

It returns this Response:

{
    "success": false,
    "error": {
        "code": 302,
        "type": "invalid_date",
        "info": "You have entered an invalid date. [Required format: date=YYYY-MM-DD]"
    }
}

Any Idea ?

nayzo avatar May 02 '20 15:05 nayzo

maybe it's temporary error , now it has no error.

mtzare22 avatar May 27 '20 11:05 mtzare22