Resolve an item name to its FFXIV item id
API · /ffxivmarket-api
FFXIV Market API
The live player-driven market board economy of Final Fantasy XIV — what every item costs, how fast it sells and what it actually traded at, on any server. In FFXIV millions of players buy and sell crafted gear, materials, housing, minions and more on each server's market board, priced in gil, and the same item costs differently on every data centre with the high-quality (HQ) version commanding a premium. Search an item name to get its FFXIV item id; pull the current market for that item on a world, data centre or region (the recent-sales average price, the HQ/NQ split, the cheapest current listing, sale velocity per day and the lowest current asks); or pull the recent sale history — the actual completed trades with price, quantity, quality, buyer world and time. The average price is taken from real sales rather than asking prices, because a few outlier gil-seller listings can skew the raw listing average wildly. This is the FFXIV market-board cut — its own per-server, HQ-vs-NQ and sale-history model, distinct from the Steam Community Market and Warframe Market feeds. Gil is FFXIV's in-game currency, not real money. Crowd-sourced live via Universalis, with a short protective cache.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 290 ms
- Server probes · 24h
- Subscribers
- 4,666
- active
- Total calls
- 64
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 7,500 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 7,500 calls/month
- 2 req/sec
- All endpoints
- No credit card
Starter
€24.50 /month
- 135,000 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 135k calls/month
- 6 req/sec
- Email support
Pro
€71.50 /month
- 640,000 calls / month
- 16 requests / second
- Hard cap (429 above quota, no overage)
- 640k calls/month
- 16 req/sec
- Priority support
Scale
€203.00 /month
- 3,050,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 3.05M calls/month
- 40 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
WEMIX API
Live EVM on-chain data for WEMIX (chain id 1111) — the gaming-focused public Layer-1 built by Wemade, whose native token is WEMIX — served directly from public EVM JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the WEMIX balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole WEMIX with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and game-economy analytics across the WEMIX ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/wemix-api
Funki API
Live EVM on-chain data for Funki (chain id 33979) — an OP-Stack Layer-2 built for gaming and social applications, with gas paid in ETH — served directly from the public Funki JSON-RPC with server-side resilience. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the ETH balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole ETH with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the Funki gaming and social ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/funki-api
XPLA API
Live EVM on-chain data for XPLA (chain id 37) — the Cosmos-built gaming and entertainment Layer-1 from Com2uS, whose native token is XPLA, served through its Dimension EVM via public JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the XPLA balance and outgoing transaction count for any EVM address, converted from base wei (18 decimals) into whole XPLA with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the XPLA gaming and NFT ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/xpla-api
Passage Chain API
Real-time on-chain data for Passage (chain-id passage-2), a Cosmos-SDK Layer-1 for gaming, the metaverse and NFTs, with PASG as its native coin, secured by delegated proof-of-stake. The status endpoint returns the chain id, latest block height and time, proposer and node application version so you can confirm the chain is live and producing blocks. The validators endpoint returns the full bonded validator set — each moniker, operator address, stake in PASG, commission rate and jailed flag — sorted by stake, plus the total bonded and not-bonded PASG. The supply endpoint returns the total PASG supply (in PASG and base upasg), the bonded amount and the bonded ratio. The governance endpoint returns the most recent on-chain governance proposals with title, status and voting window. The meta endpoint documents the chain, denom and decimals. Reads a live Passage Cosmos-SDK LCD node directly (with mirror fallback), so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves chain-level staking, supply and governance data; for individual NFTs or game assets use a dedicated indexer API.
api.oanor.com/passage-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for FFXIV Market API?
What's the rate limit for FFXIV Market API?
How much does FFXIV Market API cost?
Can I cancel my subscription anytime?
Is FFXIV Market API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/ffxivmarket-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/ffxivmarket-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/ffxivmarket-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/ffxivmarket-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.