Wallet

Account API Trading Status (USER_DATA)

Fetch account API trading status with details.

Weight(IP): 1

get/sapi/v1/account/apiTradingStatus

Query parameters

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Account API trading status

Example response

{
  "data": {
    "triggerCondition": {
      "GCR": 150,
      "IFER": 150,
      "UFR": 300
    },
    "indicators": {
      "BTCUSDT": [
        {
          "i": "UFR",
          "c": 20,
          "v": 0.05,
          "t": 0.99
        }
      ]
    },
    "updateTime": 1547630471725
  }
}

Changes

Changed in 1 of the 26 revisions of this API.218

  • a484ce871a72218See 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

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

      response-property-became-required

    • the response property data/indicators/BTCUSDT became required for the status 200

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

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

      response-property-became-required

    • the response property data/triggerCondition/GCR became required for the status 200

      response-property-became-required

    • the response property data/triggerCondition/IFER became required for the status 200

      response-property-became-required

    • the response property data/triggerCondition/UFR became required for the status 200

      response-property-became-required

    • the response property data/updateTime 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