Closed kirahsapong closed 7 months ago
With the spec returning { data: [id, id, id] } from any GET /exchanges call, it becomes redundant to pass queryParams of exchangeIds. Should remove
{ data: [id, id, id] }
GET /exchanges
This is now done.
With the spec returning
{ data: [id, id, id] }
from anyGET /exchanges
call, it becomes redundant to pass queryParams of exchangeIds. Should remove