← 返回
效率工具 Key 中文

CSFloat

Queries csfloat.com for data on skins
查询 csfloat.com 的皮肤数据
bluesyparty-src
效率工具 clawhub v1.0.0 1 版本 99804.7 Key: 需要
★ 0
Stars
📥 1,533
下载
💾 21
安装
1
版本
#latest

概述

CSFloat Skill

Query CSFloat skins data directly from Clawdbot.

Setup

  1. Get your API key: https://csfloat.com/profile, under the Developer tab
  2. Generate a key by pressing "New Key"
  3. Set environment variables:

```bash

export CSFLOAT_API_KEY="your-api-key"

```

Usage

All commands use curl to hit the Trello REST API. Use the API key with the "Authorization: " header.

Get all listings

curl -s "https://csfloat.com/api/v1/listings" --header "Authorization: $CSFLOAT_API_KEY" --header "Content-Type: application/json" | jq '.data.[] | { "id", "item", "price" }'

Get specific listing

curl -s https://csfloat.com/api/v1/listings/$LISTING_ID --header "Authorization: $CSFLOAT_API_KEY" --header "Content-Type: application/json"

Create a listing

curl -X POST "https://csfloat.com/api/v1/listings" \
-H "Authorization: $LISTING_ID; Content-Type: application/json" \
-d '{"asset_id": 21078095468, "type": "buy_now", "price": 8900, "description": "Just for show", "private": false}'

Creating a listing uses the following body parameters:

ParameterDefaultDescriptionOptional
------------------------------------------------
typebuy_nowEither buy_now or auctionYES
asset_idThe ID of the item to listNO
priceEither the buy_now price or the current bid or reserve price on an auctionNO (if buy_now)
max_offer_discountSet in user profilebuy_now max discount for an offer. This will override the default set in your profile.YES
reserve_priceauction start priceNO (if auction)
duration_daysauction duration in days. Can be: 1, 3, 5, 7, or 14NO (if auction)
descriptionUser defined description. Max characters of 180.YES
privatefalseIf true, will hide listings from public searchesYES

Notes

  • Asset ids are from Steam

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 00:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

BitSkins

bluesyparty-src
通过 BitSkins REST API V2 和 WebSocket API 支持 CS2/Dota 2 饰品交易,涵盖账号管理、市场搜索、买卖上下架、改价、Steam 库存/存款/交易、钱包操作及实时订阅。用于用户搜索饰品、查询价格、交
★ 0 📥 1,436
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,822
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,593