...
Table of Contents | ||
---|---|---|
|
Auth: true
params:
Code Block | ||
---|---|---|
| ||
params: { currencyId: { type: 'string', optional: true, }, type: { type: 'string', optional: true, }, from: { type: 'string', optional: false, }, to: { type: 'string', optional: false, }, }, |
...
...
Table of Contents | ||
---|---|---|
|
Code Block | ||
---|---|---|
| ||
params: { currencyId: { type: 'string', optional: true, }, type: { type: 'string', optional: true, }, from: { type: 'string', optional: false, }, to: { type: 'string', optional: false, }, }, |
...