GET /exchange/v1/fetchCurrencies?limit=[limit]

Listagem de pares de moedas ativos disponíveis na plataforma.

Parametros

NomeTipoMandatórioDescrição
limitnumbersim

Response

200 - OK

[
  {
    "id": "string", // id da moeda
    "code": "string", // código da moeda
    "precision": 0 // precisão em casas decimais.
  }
]

Response

204 - No Content

Language
Click Try It! to start a request and see the response here!