Changes to Universal Transfer (For Master Account)

POST /sapi/v1/sub-account/universalTransfer

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

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

  1. f008d48ec6236
  2. df4abe39a7f11
  3. a484ce871a7226

What changed

    • added the new optional query request parameter symbol

      new-optional-request-parameter

    • added the new enum value ISOLATED_MARGIN to the query request parameter fromAccountType

      request-parameter-enum-value-added

    • added the new enum value ISOLATED_MARGIN to the query request parameter toAccountType

      request-parameter-enum-value-added

    • added the new enum value MARGIN to the query request parameter fromAccountType

      request-parameter-enum-value-added

    • added the new enum value MARGIN to the query request parameter toAccountType

      request-parameter-enum-value-added

    • added the required property clientTranId to the response with the 200 status

      response-required-property-added

    • added the new optional query request parameter clientTranId

      new-optional-request-parameter

  • a484ce871a7226See the full diff
    • for the query request parameter recvWindow, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter timestamp, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter amount, the type/format was generalized from number/float to number/double

      request-parameter-type-generalized

    • the response property code became required for the status 400

      response-property-became-required

    • the response property code became required for the status 401

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 401

      response-property-became-required

    • the response property tranId became required for the status 200

      response-property-became-required