currency-pairs
Operations addressed under /currency-pairs — 3 operations.
get-currency-pair-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CurrencyPairDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
BaseCurrencyNumber | string | no |
QuoteCurrencyNumber | string | no |
PairType | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-currency-pair-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
baseCurrencyNumbercodeidpairTypequoteCurrencyNumbercreate-currency-pair
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXCRT_4 | 400 | THERE_IS_ALREADY_A_CURRENCY_PAIR |
create-currency-pair › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-currency-pairs-by-base-currency-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CurrencyPairDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
BaseCurrencyNumber | string | no |
QuoteCurrencyNumber | string | no |
PairType | int? | yes |
Member names are the service's declaration names.
path Parameters
baseCurrencyNumberquery Parameters
orderByorderSortpageIndexpageSizeget-currency-pairs-by-base-currency-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
baseCurrencyNumbercodeidpairTypequoteCurrencyNumber