> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# user.trailing_orders.trigger_price.(currency) 

> Real-time notifications for active trailing order trigger prices in the specified currency.

Use this channel to track updated trigger prices for active trailing stop orders as market index or mark prices move.




## AsyncAPI

````yaml api-reference/coinbase-deribit-app-api/adv-starbase-asyncapi.json user.trailing_orders.trigger_price.(currency)
id: user.trailing_orders.trigger_price.(currency)
title: 'user.trailing_orders.trigger_price.(currency) '
description: >
  Real-time notifications for active trailing order trigger prices in the
  specified currency.


  Use this channel to track updated trigger prices for active trailing stop
  orders as market index or mark prices move.
servers:
  - id: private
    protocol: wss
    host: drb.coinbase.com/ws/api/v2
    bindings: []
    variables: []
address: user.trailing_orders.trigger_price.{currency}
parameters:
  - id: currency
    jsonSchema:
      type: string
      description: |-
        Currency code or `any` for all currencies

        **Allowed values:** `BTC`, `ETH`, `USDC`, `USDT`, `EURR`, `any`
      enum:
        - BTC
        - ETH
        - EURR
        - USDC
        - USDT
        - any
    description: |-
      Currency code or `any` for all currencies

      **Allowed values:** `BTC`, `ETH`, `USDC`, `USDT`, `EURR`, `any`
    type: string
    required: true
    deprecated: false
bindings: []
operations:
  - &ref_1
    id: receive_user_trailing_orders_trigger_price_currency_updates
    title: Receive trailing order trigger price updates
    description: Client receives trailing order trigger price update notifications
    type: receive
    messages:
      - &ref_3
        id: subscribe_request
        contentType: application/json
        payload:
          - name: Subscription Request
            description: >-
              Client sends subscription request to subscribe to notification
              channel.
            type: object
            properties:
              - name: id
                type: integer
                description: Client request id, echoed in the response.
                required: true
              - name: jsonrpc
                type: string
                description: JSON-RPC version. Always `2.0`.
                required: true
              - name: method
                type: string
                description: >-
                  `private/subscribe` on the private WebSocket, after
                  `public/auth`.
                enumValues:
                  - private/subscribe
                required: true
              - name: params
                type: object
                required: true
                properties:
                  - name: channels
                    type: array
                    description: >-
                      Stream names to subscribe to, for example
                      `quote.BTC-PERPETUAL`.
                    required: true
                    properties:
                      - name: item
                        type: string
                        required: false
        headers: []
        jsonPayloadSchema:
          additionalProperties: false
          properties:
            id:
              default: 42
              description: Client request id, echoed in the response.
              type: integer
              x-parser-schema-id: <anonymous-schema-1489>
            jsonrpc:
              default: '2.0'
              description: JSON-RPC version. Always `2.0`.
              type: string
              x-parser-schema-id: <anonymous-schema-1490>
            method:
              default: private/subscribe
              description: >-
                `private/subscribe` on the private WebSocket, after
                `public/auth`.
              enum:
                - private/subscribe
              type: string
              x-parser-schema-id: <anonymous-schema-1491>
            params:
              additionalProperties: false
              properties:
                channels:
                  default:
                    - user.trailing_orders.trigger_price.eth
                  description: >-
                    Stream names to subscribe to, for example
                    `quote.BTC-PERPETUAL`.
                  items:
                    type: string
                    x-parser-schema-id: <anonymous-schema-1494>
                  type: array
                  x-parser-schema-id: <anonymous-schema-1493>
              required:
                - channels
              type: object
              x-parser-schema-id: <anonymous-schema-1492>
          required:
            - id
            - jsonrpc
            - method
            - params
          type: object
          x-parser-schema-id: <anonymous-schema-1488>
        title: Subscription Request
        description: >-
          Client sends subscription request to subscribe to notification
          channel.
        example: |-
          {
            "id": 42,
            "jsonrpc": "2.0",
            "method": "private/subscribe",
            "params": {
              "channels": [
                "user.trailing_orders.trigger_price.eth"
              ]
            }
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: subscribe_request
    bindings: []
    extensions: &ref_0
      - id: x-parser-unique-object-id
        value: user.trailing_orders.trigger_price.(currency)
  - &ref_2
    id: send_subscribe_user_trailing_orders_trigger_price_currency
    title: Send subscribe request for trailing orders
    description: Client sends subscription request for trailing order trigger price updates
    type: send
    messages:
      - &ref_4
        id: subscription_message
        contentType: application/json
        payload:
          - name: Subscription Notification Data
            description: Server sends subscription notification data
            type: object
            properties:
              - name: data
                type: object
                description: Map of secondary order IDs (`sid`) to updated trigger prices
                required: true
        headers: []
        jsonPayloadSchema:
          additionalProperties: false
          description: Response containing notification data
          properties:
            data:
              additionalProperties:
                description: Updated trailing trigger price
                type: number
                x-parser-schema-id: <anonymous-schema-1497>
              description: Map of secondary order IDs (`sid`) to updated trigger prices
              example:
                eth-usdt-buy-98765: 3450.75
              type: object
              x-parser-schema-id: <anonymous-schema-1496>
          required:
            - data
          type: object
          x-parser-schema-id: <anonymous-schema-1495>
        title: Subscription Notification Data
        description: Server sends subscription notification data
        example: |-
          {
            "jsonrpc": "2.0",
            "method": "subscription",
            "params": {
              "channel": "user.trailing_orders.trigger_price.eth",
              "data": {
                "eth-usdt-buy-98765": 3450.75
              }
            }
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: subscription_message
    bindings: []
    extensions: *ref_0
sendOperations:
  - *ref_1
receiveOperations:
  - *ref_2
sendMessages:
  - *ref_3
receiveMessages:
  - *ref_4
extensions:
  - id: x-parser-unique-object-id
    value: user.trailing_orders.trigger_price.(currency)
securitySchemes: []

````