Changes to Get Pay Trade History (USER_DATA)

GET /sapi/v1/pay/transactions

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

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

  1. 6622e0c151004
  2. 4c0cc49163ca22
  3. acf5d0d45f191

What changed

    • added the required property data/items/payerInfo to the response with the 200 status

      response-required-property-added

    • added the required property data/items/receiverInfo to the response with the 200 status

      response-required-property-added

    • added the required property data/items/walletType to the response with the 200 status

      response-required-property-added

    • added the required property data/items/walletTypes to the response with the 200 status

      response-required-property-added

  • 4c0cc49163ca22See the full diff
    • deleted the query request parameter endTimestamp

      request-parameter-removed

    • deleted the query request parameter startTimestamp

      request-parameter-removed

    • added the new optional query request parameter endTime

      new-optional-request-parameter

    • added the new optional query request parameter startTime

      new-optional-request-parameter

    • endpoint added

      endpoint-added