copy-trading

List a user's copy profiles (defaults to the authenticated user)

get/v1/copy-trading/profiles

Query parameters

limitinteger
cursorstring
status'active' | 'stopping' | 'stopped'
userIdstring uuid
includeLiveStatsboolean
includeStoppingStatusboolean
sortBy'createdAt' | 'pnl'
sortDir'asc' | 'desc'

Response

Successful response

totalinteger
nextCursorstring
previousCursorstring
hasMoreboolean required
totalActivePnlnumber required
truncatedboolean required

Changes

Changed in 4 of the 21 revisions of this API.19

    • added the required property profiles/items/target/clan_fee_rebate_rate to the response with the 200 status

      response-required-property-added

    • added the required property profiles/items/target/fee_rebate_override_rate to the response with the 200 status

      response-required-property-added

  • 9651975196e712See the full diff
    • added the new stopping enum value to the profiles/items/status response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter includeStoppingStatus

      new-optional-request-parameter

    • added the new enum value stopping to the query request parameter status

      request-parameter-enum-value-added

    • added the new optional query request parameter sortBy

      new-optional-request-parameter

    • added the new optional query request parameter sortDir

      new-optional-request-parameter

    • added the required property totalActivePnl to the response with the 200 status

      response-required-property-added

    • added the required property truncated to the response with the 200 status

      response-required-property-added

    • added the new optional query request parameter includeLiveStats

      new-optional-request-parameter