Skip to content

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:

  1. Token List Standard: An auto-published JSON feed that platforms can adopt directly
  2. 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).

The chain switcher — the gear icon (circled) opens that chain's admin settings

Step 2: Open Export Listing Data

In the Listing Export section of the admin panel, click Export Listing Data.

The Export Listing Data control in the chain admin panel

Step 3: Select Format

Choose your target platform from the export modal. Each option shows which fields will be included.

Export format selection

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

EndpointDescription
GET /api/v2/tokenlistAll verified tokens across all chains (token-list format)
GET /api/v2/tokenlist?chainId=1Ethereum tokens only
GET /api/v2/tokenlist?chainId=42161Arbitrum tokens only
GET /api/v2/tokenlist?chainId=8453Base tokens only
GET /api/v2/tokenlist?chainId=137Polygon tokens only
GET /api/v2/tokenlist?chainId=56BNB Chain tokens only
GET /api/v2/tokenlist?chainId=43114Avalanche tokens only
GET /api/v2/tokenlist?chainId=100Gnosis 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:

FieldSource
symbolRegistered ticker
nameRegistered display name
addressToken contract address
chainIdNetwork identifier
decimalsOn-chain token decimals
logoURIToken logo URL
tagsCategory tags (verified, meme, active)

Extensions (additional metadata):

FieldDescription
crownIdOn-chain registration ID (the soulbound NFT token ID)
heartbeatScoreActivity score (0-100)
statusactive, inactive, or grace_period
verifiedAtOwnership verification timestamp
profileUrlLink to public token page
websiteOfficial project website
Social linksX, 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 TypeFields ExportedNotes
Exchange aggregatorName, ticker, description, logo, social linksFastest listing path
Price tracker (large)Project name, ticker, description, contract, website, socialsMay require volume thresholds
Price tracker (mid-tier)Logo, description, website, social linksLower 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 ListManual Export
EffortZero (automatic)Per-platform submission
ReachAll platforms that adopt the listOne platform at a time
SpeedInstant (5-min cache)Depends on platform review
MaintenanceMetadata syncs automaticallyRe-export if details change
Best forWallet/exchange visibilityMajor 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