Register or update FX reference rate

API endpoint to register or update an FX reference rate

Body Params

The register FX reference rate request dto

The Register FX Reference Rate Dto

string | null

The base currency code of the pair

string | null

The quoted currency code of the pair

int32 | null

The internal id of the reference rate source. Must be provided if the source name is not provided

string | null

The name of the reference rate source. Must be provided if the source id is not provided

double
required

The buy rate

double
required

The sell rate

double | null

The mid rate. Defaults to the average of the buy and sell rate if not provided

date-time | null

The date from which the rate is valid. Defaults to the current system date if not provided

Headers
string
required
Defaults to v1

API versioning

uuid
required

Correlates HTTP requests between a client and server

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

500

Internal Server Error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json