Changes to Fiat Deposit/Withdraw History (USER_DATA)

GET /sapi/v1/fiat/orders

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

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

  1. 558ab69ec55532
  2. a484ce871a72618

What changed

  • 558ab69ec55532See the full diff
    • removed the enum value 0 from the query request parameter transactionType

      request-parameter-enum-value-removed

    • removed the enum value 1 from the query request parameter transactionType

      request-parameter-enum-value-removed

    • for the query request parameter transactionType, the type/format was changed from string/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter transactionType, the max was set to 1.00

      request-parameter-max-set

    • for the query request parameter transactionType, the min was set to 0.00

      request-parameter-min-set

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

      request-parameter-type-changed

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

      request-parameter-type-changed

    • for the query request parameter page, the type/format was changed from integer/ to integer/int32

      request-parameter-type-changed

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

      request-parameter-type-changed

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

      request-parameter-type-changed

    • the response property code became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property data/items/amount became required for the status 200

      response-property-became-required

    • the response property data/items/createTime became required for the status 200

      response-property-became-required

    • the response property data/items/fiatCurrency became required for the status 200

      response-property-became-required

    • the response property data/items/indicatedAmount became required for the status 200

      response-property-became-required

    • the response property data/items/method became required for the status 200

      response-property-became-required

    • the response property data/items/orderNo became required for the status 200

      response-property-became-required

    • the response property data/items/status became required for the status 200

      response-property-became-required

    • the response property data/items/totalFee became required for the status 200

      response-property-became-required

    • the response property data/items/updateTime became required for the status 200

      response-property-became-required

    • the response property message became required for the status 200

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

      response-property-became-required

    • the response property total became required for the status 200

      response-property-became-required