Skip to main content
The Phygitals Public API lets you automate actions on your own Phygitals account using user API keys. Keys are tied to your account, self-managed in Settings, and authorize a focused set of transaction endpoints.
Looking for partner integrations (listing packs, purchasing on behalf of your users, inventory, shipping)? See the Enterprise API tab.

What you can do

List available packs

Fetch pack catalog, pricing, EV, and rarity tiers — no API key required.

Get chase cards

Preview high-value cards for a pack before opening it.

Browse marketplace listings

Search, filter, and paginate buy-now cards — no API key required.

Buy packs with crypto

Submit signed payment transactions and poll for fulfillment on claw machines.

Sell back claw items

Accept instant buyback offers on items you own from claw pulls.

Base URL

EnvironmentBase URL
Productionhttps://api.phygitals.com
Pack discovery and marketplace browse endpoints under /api/vm/* and /api/marketplace/* do not require a key. Authenticated purchase and sellback endpoints use the same path prefixes with a user API key.

How it works

1

Check eligibility

Open Settings → API keys on phygitals.com. You need API keys enabled on your account and a linked external Solana wallet.
2

Create a key

Name your key and choose an optional expiration. Copy the secret immediately — it is shown only once.
3

Call an endpoint

Send the key on every request via X-API-Key or Authorization: Bearer. Build and sign the on-chain transactions client-side, then submit them to the API.

Endpoint summary

MethodPathScopeDescription
GET/api/vm/availableList available packs
GET/api/vm/chase/:slugGet chase cards for a pack
GET/api/marketplace/marketplace-listingsList marketplace listings
GET/api/marketplace/filtersGet marketplace filter facets
POST/api/vm/buy/cryptovm.buy.cryptoSubmit a crypto pack purchase
POST/api/vm/buy/statusvm.buy.cryptoPoll purchase fulfillment
POST/api/marketplace/transaction/take-claw-bid-initmarketplace.take-claw-bidStart a claw buyback
POST/api/marketplace/transaction/take-claw-bid-finishmarketplace.take-claw-bidComplete a claw buyback

Public API vs Enterprise API

Public APIEnterprise API
WhoIndividual Phygitals usersPartners and platforms
KeysSelf-service (phy_… prefix)Issued by Phygitals (X-API-Key)
ScopeYour account and walletsYour end users via user_id
Use casesBots, scripts, custom toolingEmbedded pack storefronts, vault apps