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

# Social feed

> Social feed snapshot and live activity events. Requires authentication.



## AsyncAPI

````yaml _generated/asyncapi.yaml socialChannel
id: socialChannel
title: Social feed
description: Social feed snapshot and live activity events. Requires authentication.
servers:
  - id: production
    protocol: wss
    host: joyride.exchange
    bindings: []
    variables: []
address: social
parameters: []
bindings: []
operations:
  - &ref_0
    id: receiveSocialUpdate
    title: Receive social update
    description: Receive social feed events for the authenticated user.
    type: receive
    messages:
      - &ref_1
        id: SocialUpdate
        contentType: application/json
        payload:
          - name: Social feed event
            description: >-
              Social feed snapshot or live activity event. Delivered on the
              `social` channel.
            type: object
            properties:
              - name: type
                type: string
                description: object
                required: false
              - name: description
                type: string
                description: Social activity data
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          description: Social activity data
          x-parser-schema-id: <anonymous-schema-218>
        title: Social feed event
        description: >-
          Social feed snapshot or live activity event. Delivered on the `social`
          channel.
        example: |-
          {
            "type": "<string>",
            "description": "<string>"
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: SocialUpdate
    bindings: []
    extensions:
      - id: x-parser-unique-object-id
        value: socialChannel
sendOperations:
  - *ref_0
receiveOperations: []
sendMessages:
  - *ref_1
receiveMessages: []
extensions:
  - id: x-parser-unique-object-id
    value: socialChannel
securitySchemes: []

````