Tensor · Capability

Marketplace Streaming

Marketplace Streaming is a Naftiko capability published by Tensor, one of 3 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

marketplace-streaming.yaml Raw ↑
name: tensor-marketplace-streaming
title: Tensor Marketplace — Realtime Streaming
description: |
  Capability bundle that subscribes to Tensor WebSocket channels for marketplace events,
  AMM pool updates, and compressed-NFT bid updates. Used to power floor feeds, sales bots,
  and order-book mirroring.
provider: tensor
api: tensor:tensor-websocket-api
specification:
  type: asyncapi
  url: ../asyncapi/tensor-websocket-api-asyncapi.yml
authentication:
  type: api-key
  header: x-tensor-api-key
channels:
- id: newTransaction
  intent: stream-marketplace-events
- id: ammOrderUpdate
  intent: stream-pool-updates
- id: ammOrderUpdateAll
  intent: stream-all-pool-updates
- id: tcompBidUpdate
  intent: stream-cnft-bid-updates
- id: tcompBidUpdateAll
  intent: stream-all-cnft-bid-updates
governance:
  read-only: true
  pii: false
  signing: false
  rate-management: subscribe-unsubscribe