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.

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

1Token is created on reBelieve.
2Bonding-curve trades happen before external AMM liquidity exists.
3Public API exposes token profile, price, trades, OHLCV and bonding progress.
4At graduation, liquidity migrates to a standard DEX pool.
5Post-graduation pool address is exposed for DEX and indexer matching.

Public endpoints

All URLs are public and require no API key.

/indexer-manifest.json
Machine-readable integration manifest.
/.well-known/rebelieve-indexer.json
Well-known manifest alias.
/api/public/indexer-manifest
API manifest alias.
/source-integration.json
Launchpad/source integration brief for data platforms.
/.well-known/rebelieve-source-integration.json
Well-known source integration alias.
/api/public/source-integration
API source integration alias.
/api/public/protocol
Protocol spec with Solana discriminators and public chain config.
/api/public/protocol/base-abi
Base launchpad ABI and deployment address.
/token-list.json
Token-list compatible feed.
/.well-known/rebelieve-token-list.json
Well-known token-list alias.
/api/public/token-list
Filterable token list.
/api/public/solana-mints.csv
Lightweight Solana mint CSV for partner ingestion.
/.well-known/rebelieve-solana-mints.csv
Well-known Solana mint CSV alias.
/sitemap.xml
Public token page discovery for crawlers.
/robots.txt
Crawler policy with sitemap location.
/api/public/launches/latest?limit=25
Latest public launches.
/api/public/tokens/{tokenAddress}
Token profile by mint or contract.
/api/public/tokens/{tokenAddress}/listing
Token-specific listing bundle for platform submissions.
/api/public/tokens/{tokenAddress}/price
Current price payload.
/api/public/tokens/{tokenAddress}/trades?limit=100
Recent trades.
/api/public/tokens/{tokenAddress}/ohlcv?range=7d&interval=5m
OHLCV candles.
/api/public/tokens/{tokenAddress}/bonding
Bonding progress.
/api/public/tokens/{tokenAddress}/graduation
Migration and pool status.
/api/public/tokens/{tokenAddress}/metadata
Address-based metadata alias.
/api/tokens/{tokenId}/metadata
Off-chain token metadata JSON.
/api/tokens/{tokenId}/metadata/image
Public token image.
/api/tokens/{tokenId}/metadata/banner
Public token banner.