Appearance
Listing Export
Export your registered token's metadata as pre-filled listing data for major platforms, or let them pull directly from the Token List standard endpoint.
How It Works
Your token page stores all the metadata that listing platforms require: name, ticker, description, logo, social links, and contract address. Listing Export packages this data in two ways:
- Token List Standard: An auto-published JSON feed that platforms can adopt directly
- Manual Export: Copy-paste formatted data for platforms that require form submissions
Export Flow
Follow these steps to export your token listing data:
Step 1: Open Chain Admin Settings
Open the chain switcher in the top bar of your Token Manager and click the gear icon to open that chain's admin settings — the same panel that holds Roles, Liquidity, and the Danger Zone (see Chain Admin Settings).

Step 2: Open Export Listing Data
In the Listing Export section of the admin panel, click Export Listing Data.

Step 3: Select Format
Choose your target platform from the export modal. Each option shows which fields will be included.

Step 4: Copy or Download
- Copy All: Copies all fields to clipboard in the platform's expected format
- Copy Individual: Copy specific fields one at a time
- Open Platform: Direct link to the platform's submission form
Step 5: Submit
Paste the copied data into the platform's listing form. Most fields will map directly.
WARNING
Some platforms have minimum requirements (daily volume, holder count, liquidity) that must be met independently. The export provides the data, eligibility is determined by the platform.
Token List Standard
All active registrations are automatically published to a Token List endpoint following the industry-standard format used by wallets, exchanges, and aggregators.
Endpoints
Base URL: https://api.chaindaddy.io
| Endpoint | Description |
|---|---|
GET /api/v2/tokenlist | All verified tokens across all chains (token-list format) |
GET /api/v2/tokenlist?chainId=1 | Ethereum tokens only |
GET /api/v2/tokenlist?chainId=42161 | Arbitrum tokens only |
GET /api/v2/tokenlist?chainId=8453 | Base tokens only |
GET /api/v2/tokenlist?chainId=137 | Polygon tokens only |
GET /api/v2/tokenlist?chainId=56 | BNB Chain tokens only |
GET /api/v2/tokenlist?chainId=43114 | Avalanche tokens only |
GET /api/v2/tokenlist?chainId=100 | Gnosis tokens only |
Solana entries are included in the all-chains list. You can also filter by symbol with ?symbols=ABC,XYZ.
What's Included
Each token entry contains:
| Field | Source |
|---|---|
symbol | Registered ticker |
name | Registered display name |
address | Token contract address |
chainId | Network identifier |
decimals | On-chain token decimals |
logoURI | Token logo URL |
tags | Category tags (verified, meme, active) |
Extensions (additional metadata):
| Field | Description |
|---|---|
crownId | On-chain registration ID (the soulbound NFT token ID) |
heartbeatScore | Activity score (0-100) |
status | active, inactive, or grace_period |
verifiedAt | Ownership verification timestamp |
profileUrl | Link to public token page |
website | Official project website |
| Social links | X, Telegram, Discord URLs |
Inclusion Criteria
Tokens appear in the list when:
- Registration is active (not released or inactive)
- Token contract address is set (not registration-only)
- Health score ≥ 30
- Not flagged for dispute
The list updates every 5 minutes and follows semantic versioning.
Manual Export Formats
For platforms that require form submissions, the export modal provides pre-filled data in platform-specific formats.
Supported Platforms
| Platform Type | Fields Exported | Notes |
|---|---|---|
| Exchange aggregator | Name, ticker, description, logo, social links | Fastest listing path |
| Price tracker (large) | Project name, ticker, description, contract, website, socials | May require volume thresholds |
| Price tracker (mid-tier) | Logo, description, website, social links | Lower listing requirements |
Each format pre-fills the exact fields that platform requires from your registration metadata.
PRO Feature
Verified owners on PRO subscriptions get a Verified badge that listing platforms tend to weight as a stronger trust signal.
Token List vs Manual Export
| Token List | Manual Export | |
|---|---|---|
| Effort | Zero (automatic) | Per-platform submission |
| Reach | All platforms that adopt the list | One platform at a time |
| Speed | Instant (5-min cache) | Depends on platform review |
| Maintenance | Metadata syncs automatically | Re-export if details change |
| Best for | Wallet/exchange visibility | Major aggregator listings |
Tips
- Complete your token metadata before exporting — missing fields result in incomplete submissions
- The Token List endpoint is the recommended approach for most use cases
- Platforms adopting the Token List will display your token automatically with no action required
- Keep your health score healthy (above 60) to stay well clear of the Token List inclusion threshold
- Cross-chain linking ensures all chain registrations appear in the list
Related
- Token Management: Edit your token metadata
- Cross-Chain: Link tokens across chains
- Token Plans: PRO badge benefits