Tensor · Capability

Marketplace Read

Marketplace Read 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-read.yaml Raw ↑
name: tensor-marketplace-read
title: Tensor Marketplace — Read
description: |
  Capability bundle that lets agents discover collections, browse active listings, inspect
  bids, fetch mint metadata, query pool state, and review user portfolios on the Tensor
  Solana NFT marketplace.
provider: tensor
api: tensor:tensor-api
specification:
  type: openapi
  url: ../openapi/tensor-api-openapi.yml
authentication:
  type: api-key
  header: x-tensor-api-key
operations:
- id: findCollection
  intent: search-collections
- id: listVerifiedCollections
  intent: list-verified-collections
- id: getCollectionTraits
  intent: get-collection-traits
- id: getMintsInfo
  intent: get-nft-metadata
- id: getNftsByCollection
  intent: list-collection-nfts
- id: listActiveListings
  intent: list-active-listings
- id: getCollectionActivity
  intent: get-collection-activity
- id: getCollectionBids
  intent: list-collection-bids
- id: getSingleNftBids
  intent: list-single-nft-bids
- id: getTraitBids
  intent: list-trait-bids
- id: getTswapPools
  intent: list-tswap-pools
- id: getTammPools
  intent: list-tamm-pools
- id: getUserListings
  intent: get-user-listings
- id: getUserPortfolio
  intent: get-user-portfolio
- id: getPriorityFees
  intent: get-priority-fees
governance:
  read-only: true
  pii: false
  signing: false