Changes to Margin Transfer for Sub-account (For Master Account)

POST /sapi/v1/sub-account/margin/transfer

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

Changed in 2 of the 26 revisions of this API.526

  1. 558ab69ec55522
  2. a484ce871a7236

What changed

  • 558ab69ec55522See the full diff
    • removed the enum value 1.00 from the query request parameter type

      request-parameter-enum-value-removed

    • removed the enum value 2.00 from the query request parameter type

      request-parameter-enum-value-removed

    • for the query request parameter type, the max was set to 2.00

      request-parameter-max-set

    • for the query request parameter type, the min was set to 1.00

      request-parameter-min-set

  • a484ce871a7236See 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 type, the type/format was changed from integer/ to integer/int32

      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 txnId became required for the status 200

      response-property-became-required