Getting Started
The ApeChain NFT API provides free, real-time access to NFT data on ApeChain. No API keys or authentication required - just start making requests.
Base URL
https://api.oswiki.xyz/apechain
Quick Example
GET/collections
curl https://api.oswiki.xyz/apechain/collections
Response Format
All responses are JSON. Successful responses wrap data in a data field. Errors return a message field.
Response
{
"data": { ... },
"meta": {
"current_page": 1,
"per_page": 20,
"total": 150
}
}Capabilities
Collections & NFTs
Browse collections, query tokens, filter by attributes
Real-time Activity
Sales and transfers as they happen on-chain
Batch Requests
Query up to 10 wallets or collections in one call
Interactive Docs
Try endpoints directly in the API Reference