Changes to Send quote request (USER_DATA)

POST /sapi/v1/convert/getQuote

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 26 revisions of this API.62

  1. 558ab69ec55541
  2. 6622e0c151002
  3. 0fd8c8a60f971

What changed

  • 558ab69ec55541See the full diff
    • removed the enum value 10s from the query request parameter validTime

      request-parameter-enum-value-removed

    • removed the enum value 1m from the query request parameter validTime

      request-parameter-enum-value-removed

    • removed the enum value 2m from the query request parameter validTime

      request-parameter-enum-value-removed

    • removed the enum value 30s from the query request parameter validTime

      request-parameter-enum-value-removed

    • added the new optional query request parameter walletType

      new-optional-request-parameter

    • for the query request parameter fromAmount, the type/format was changed from number/decimal to number/float

      request-parameter-type-changed

    • for the query request parameter toAmount, the type/format was changed from number/decimal to number/float

      request-parameter-type-changed

    • endpoint added

      endpoint-added