Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents:

  • [Responce](#Responce)

Auth: true

params:

Code Block
languagejson
params: {
        currencyId: {
          type: 'string',
          optional: true,
        },
        type: {
          type: 'string',
          optional: true,
        },
        from: {
          type: 'string',
          optional: false,
        },
        to: {
          type: 'string',
          optional: false,
        },
      },

...