Changes to Get all current positions for a wallet

GET /v1/users/{wallet_address}/positions

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

Changed in 2 of the 3 revisions of this API.4

  1. 4452dcc4d7b33
  2. bd6a0a40d4fc1

What changed

    • added the new optional query request parameter include_hidden

      new-optional-request-parameter

    • added the optional property data/items/numeraire_token to the response with the 200 status

      response-optional-property-added

    • added the optional property meta/partial_errors to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added