Indexer integration
Index reBelieve tokens cleanly.
This page gives wallets, trading terminals and data platforms the public endpoints needed to display reBelieve token metadata, logos, bonding-curve activity, OHLCV, and post-graduation DEX pool data.
Manifest
Machine-readable chain, lifecycle and endpoint config.
Source integration
What terminals need to index pre-graduation bonding activity.
Token list
Token-list compatible feed with logoURI and extensions.
Public API
Launches, token lookup, price, trades and OHLCV.
Metadata compatibility
- Metaplex-style JSON: name, symbol, description, image, external_url, attributes and properties.files.
- Token-list-style fields: logoURI, extensions, tags, chain, address and decimals.
- Image and banner endpoints are public, cacheable and CORS-enabled.
Protocol indexing
For pre-graduation coverage, use the protocol spec to parse Solana bonding-curve instructions. If direct indexing is not supported, use the public trade and OHLCV endpoints as a fallback.
Claim gates
The public manifests expose a machine-readable claimGates object. Use it to separate token display, search, routing and broad trading claims. Search and routing are separate: a token can appear in search before it has a usable swap route.
Wallet display
Safe to claim when mainnet metadata is live, HTTPS, image-backed, and mint/freeze authorities are revoked.
DEX Screener visibility
Safe to claim only after a public DEX pool exists, one pool swap has settled, and the pair probe sees the token.
Jupiter token search
Safe to claim when Jupiter Tokens API returns the mint with matching name, symbol and logo.
Jupiter routing
Separate from search. Safe to claim only after a real quote route works for token-to-USDC or USDC-to-token.
Broad external trading
Safe to claim only when wallet display, DEX visibility, Jupiter routing and terminal indexing are all proven.
Read claimGates from /api/public, /indexer-manifest.json or /.well-known/rebelieve-indexer.json before making user-facing availability claims.
Lifecycle
Public endpoints
All URLs are public and require no API key.
/api/public/tokens/{tokenAddress}/api/public/tokens/{tokenAddress}/listing/api/public/tokens/{tokenAddress}/price/api/public/tokens/{tokenAddress}/trades?limit=100/api/public/tokens/{tokenAddress}/ohlcv?range=7d&interval=5m/api/public/tokens/{tokenAddress}/bonding/api/public/tokens/{tokenAddress}/graduation/api/public/tokens/{tokenAddress}/metadata/api/tokens/{tokenId}/metadata/api/tokens/{tokenId}/metadata/image/api/tokens/{tokenId}/metadata/banner