--- title: SkinsNode API description: CS2 skin fulfillment API for live inventory, customer orders, signed delivery webhooks, and status polling. canonical: https://skinsnode.com/ --- # SkinsNode API SkinsNode is a CS2 skin fulfillment API for stores, lootbox platforms, reward platforms, marketplaces, and skin apps. Use SkinsNode to: - Read live account-scoped CS2 skin inventory. - Create customer skin orders with an idempotent `externalId`. - Track fulfillment through signed `order.updated` webhooks. - Poll `GET /v1/orders/{externalId}` as a fallback. - Operate without monthly fees; orders are charged after successful execution. ## API Summary Base URL: `https://api.skinsnode.com` | Method | Path | Purpose | | --- | --- | --- | | GET | `/v1/health` | Check API liveness. | | GET | `/v1/wallet` | Read prepaid balance. | | GET | `/v1/catalog` | Read live CS2 skin catalog. | | POST | `/v1/orders` | Create an asynchronous order. | | GET | `/v1/orders/{externalId}` | Read current order state. | Authenticated routes require `x-client-id` and `x-client-secret` headers. Keep credentials server-side. ## Agent Resources - LLM index: https://skinsnode.com/llms.txt - API catalog: https://skinsnode.com/.well-known/api-catalog - OpenAPI contract: https://skinsnode.com/openapi.json - API reference Markdown: https://skinsnode.com/docs/api-reference.md - Agent integration prompt: https://skinsnode.com/docs/ai-agent-integration.md - Agent skills index: https://skinsnode.com/.well-known/agent-skills/index.json ## Contact For credentials and onboarding, contact https://t.me/tek9nino.