Get Rate

Retrieves a rate by ID within a pair.

get

Returns the rate with the specified ID for the given pair.

Path parameters
pairIdstringRequired

The pair ID.

rateIdstringRequired

The rate ID.

Query parameters
selectstringOptional

Optional RQL select statement to filter fields.

Responses
chevron-right
200

OK

application/json

Record of rate for specific day

idstringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
recordDatestring · date-timeOptional

Date and time of rate

valuenumber · doubleOptional

Rate from source to destination currency

externalIdstring · nullableOptional

External id of rate

statusstring · enumOptional

Record status enumeration

Possible values:
get
/public/v1/exchange/pairs/{pairId}/rates/{rateId}
200

OK

Last updated

Was this helpful?