Skip to main content

Get a crypto quote

GET 

/v1/crypto/quote

Get a crypto quote for the requested fiat

Request

Query Parameters

    cryptoSymbol stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

    fiatAmount numberrequired
    fiatCurrency stringrequired

    Possible values: Value must match regular expression [A-Z]{3}

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Responses

Created

Schema
    cryptoSymbol stringrequired

    Symbol of the cryptocurrency

    cryptoQuantity numberrequired

    Quantity of the cryptocurrency required for the requested fiat

    cryptoToFiatPrice numberrequired

    Price of the cryptocurrency in fiat currency

Loading...