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

# Slot unsubscribe



## AsyncAPI

````yaml solana-rpc/websocket/asyncapi.json slotUnsubscribe
id: slotUnsubscribe
title: Slot unsubscribe
description: ''
servers:
  - id: production
    protocol: wss
    host: rpc-mainnet.solanatracker.io
    bindings: []
    variables: []
address: /
parameters: []
bindings: []
operations:
  - &ref_0
    id: unsubscribeFromSlots
    title: Unsubscribe from slots
    type: send
    messages:
      - &ref_1
        id: slotUnsubscribe
        payload:
          - name: slotUnsubscribe
            description: Unsubscribe from slots
            type: object
            properties:
              - name: jsonrpc
                type: string
                description: '2.0'
                required: false
              - name: id
                type: integer
                required: false
              - name: method
                type: string
                description: slotUnsubscribe
                required: false
              - name: params
                type: array
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          properties:
            jsonrpc:
              type: string
              const: '2.0'
              default: '2.0'
              x-parser-schema-id: <anonymous-schema-144>
            id:
              type: integer
              default: 1
              x-parser-schema-id: <anonymous-schema-145>
            method:
              type: string
              const: slotUnsubscribe
              default: slotUnsubscribe
              x-parser-schema-id: <anonymous-schema-146>
            params:
              type: array
              items:
                type: integer
                x-parser-schema-id: <anonymous-schema-148>
              x-parser-schema-id: <anonymous-schema-147>
          x-parser-schema-id: <anonymous-schema-143>
        title: Slot unsubscribe
        description: Unsubscribe from slots
        example: No examples found
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: slotUnsubscribe
          - id: x-parser-message-name
            value: slotUnsubscribe
    bindings: []
    extensions:
      - id: x-parser-unique-object-id
        value: slotUnsubscribe
sendOperations: []
receiveOperations:
  - *ref_0
sendMessages: []
receiveMessages:
  - *ref_1
extensions:
  - id: x-parser-unique-object-id
    value: slotUnsubscribe
securitySchemes:
  - id: apiKeyAuth
    name: api_key
    type: httpApiKey
    description: >-
      API key for authentication. Provide your Solana Tracker API key as a query
      parameter.
    in: query
    extensions: []

````