fiatconnect/specification

/quote params

Closed this issue · 1 comments

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:
image

Here are the culprits:

quote endpoints are POST now so this appears to be outdated