Skip to main content

Conversion

GET 

/currencies/convert/:from/:to

Convert one symbol to another

Request

Path Parameters

    from The symbol you would like to convert from.required
    to The symbol you would like convert to.required

Responses

Successful Response
Schema

    info

    object

    required

    timestamp Timestamp of a tick. (integer)required

    Possible values: > 0

    rate Value of a tick. (number)required

    Possible values: > 0

    query

    object

    required

    from The symbol you would like to convert from. (string)required
    to The symbol you would like convert to. (string)required
    amount The amount to be converted. (number)

    Possible values: >= 0.01

    Default value: 10

    precision Precision (integer)

    Default value: 5

    result Result of the conversion (number)required
Loading...