Get Currency Pair

Retrieves a currency pair by ID.

get

Returns the pair with the specified ID. Use the select query parameter to specify which fields to include.

Path parameters
idstringRequired

The pair ID.

Query parameters
selectstringOptional

Optional select statement to filter fields.

Responses
chevron-right
200

OK

application/json

Represents a pair of currencies in exchange module.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the pair.

namestringOptional

The name of the pair.

externalIdstring · nullableOptional

The external id of the pair

notesstring · nullableOptional

Notes for the pair

primarybooleanOptional

If the pair is primary

agreementsinteger · int32Optional

Number of agreements

ratesinteger · int32Optional

Number of rates

statusstring · enumOptional

Rate status enumeration

Possible values:
get
/public/v1/exchange/pairs/{id}

Last updated

Was this helpful?