/quote params
Closed this issue · 1 comments
andreujuanc commented
Very cool that the swagger is valid now, but there is still an issue.
The /quote/in
and /quote/out
endpoints have defined bodies, but that data should be actually a query param as per the spec https://github.com/fiatconnect/specification/blob/main/fiatconnect-api.md#34111-parameters
The following image shows the params being required in body:
Here are the culprits:
cajubelt commented
quote endpoints are POST now so this appears to be outdated