Current gas prices
API · /shape-api
Shape API
Live Shape on-chain data via Blockscout. Shape is a creator- and NFT-focused Ethereum L2 built on the OP Stack; gas and balances are in ETH. Network stats, gas prices, latest blocks, a block by height or hash, address detail with ETH balance, a transaction by hash, ERC-20 token metadata and a universal search across addresses, tokens, blocks and transactions. Real data, no key.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 346 ms
- Server probes · 24h
- Subscribers
- 4,495
- active
- Total calls
- 63
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 1,400 calls / month
- 1 requests / second
- Hard cap (429 above quota, no overage)
- 1,400 calls/month
- 1 req/sec
- All endpoints
- No credit card
Basic
€11.50 /month
- 76,000 calls / month
- 10 requests / second
- Hard cap (429 above quota, no overage)
- 76k calls/month
- 10 req/sec
- Email support
Pro
€37.00 /month
- 510,000 calls / month
- 20 requests / second
- Hard cap (429 above quota, no overage)
- 510k calls/month
- 20 req/sec
- Priority support
Mega
€122.00 /month
- 2,450,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 2.45M calls/month
- 50 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Magic Eden API
Live Solana NFT-marketplace data from Magic Eden, the largest NFT marketplace on Solana — a marketplace order-book and trade-feed layer, not a floor-price aggregator: live collection market stats (floor price in SOL, listed count, 24h average sale price, all-time volume), the live order book of tokens on sale (SOL ask price, seller, token mint, rarity rank) and the live trade feed (buys, listings, bids, delistings with price, buyer, seller, on-chain signature and time).
api.oanor.com/magiceden-api
NFT Collections API
Live NFT collection market data — no key, nothing cached. For any collection it returns the numbers that matter: the floor price in both the chain's native currency and US dollars, the 24-hour floor change, the collection market cap, the 24-hour trading volume and its change, the number of unique owners and the total supply, plus the contract address, the chain and the project's links — Pudgy Penguins floors around 4.3 ETH with thousands of unique owners and a market cap in the tens of millions. The list endpoint pages through the collections that are tracked, and the search endpoint finds a collection by name. It spans every chain NFTs are indexed on — Ethereum, Solana, Polygon and more. This is the collection-floor-and-volume layer for any NFT marketplace, wallet, portfolio or analytics app. Live, served from the public CoinGecko feed, nothing stored. Distinct from token-price and single-chain APIs — this is NFT collection floor prices, market caps and volumes. 4 endpoints.
api.oanor.com/nft-api
Flow EVM Chain API
Live on-chain data for Flow EVM mainnet (the EVM-equivalent environment on the Flow blockchain, native FLOW) via Blockscout — no key. Read network stats (block height, total transactions, gas), a gas oracle in gwei, the most recent blocks and full block detail by height or hash, any address balance and contract info, full transaction detail, ERC-20 token detail by contract, and a universal search across addresses, tokens, blocks and transactions. Real chain data with the rotating proxy as automatic fallback — 9 endpoints. Ideal for wallets, explorers, NFT and gaming tooling, portfolio trackers and on-chain monitoring on Flow EVM.
api.oanor.com/flow-api
RARI Chain API
Live on-chain data for RARI Chain mainnet (an Arbitrum-Orbit NFT-focused Ethereum L3, native ETH) via Blockscout — no key. Read network stats (block height, total transactions, gas), a gas oracle in gwei, the most recent blocks and full block detail by height or hash, any address balance and contract info, full transaction detail, ERC-20 token detail by contract, and a universal search across addresses, tokens, blocks and transactions. Real chain data with the rotating proxy as automatic fallback — 9 endpoints. Ideal for wallets, explorers, NFT tooling, portfolio trackers and on-chain monitoring on RARI Chain.
api.oanor.com/rari-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Shape API?
What's the rate limit for Shape API?
How much does Shape API cost?
Can I cancel my subscription anytime?
Is Shape 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/shape-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/shape-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/shape-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/shape-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.