LogoLogo
  • DFK Developer Docs
  • Contracts
    • Exchanges
      • The Trader
      • The Bazaar
    • Sales & Rentals
      • Hero Auction
      • Hero Rental
      • Equipment Auction
      • Pet Auction
      • Land Auction
    • Summoning
      • Hero Summoning
        • Dark Summoning
      • Pet Hatching
    • Meditation Circle
    • Quests
      • Quest Core
      • Historical Contracts
        • Quest Core
        • Profession Quests
        • Training Quests
    • Void Hunts
    • Patrols
    • PVP Combat
    • Influence System
    • Gardens
      • Master Gardener
    • Jeweler 2.0
      • Power-Ups
      • Jeweler 1.0
    • Profiles
    • DFK Duel
      • Previous Seasons
      • Raffle Master
    • Events
      • Gen0 Reroll
      • Gene Reroll
      • Perilous Journey
    • Bridging
      • Hero Bridge (Synapse)
      • Hero Bridge (LayerZero)
      • Equipment Bridge (Synapse)
      • Equipment Bridge (LayerZero)
      • Item Bridge V2
        • Item Bridge V1 (Deprecated)
      • Gaia's Tear Bridge
    • Miscellaneous
      • Airdrops
      • Charity
      • Flag Storage
      • Gen0 Airdrop (Harmony)
      • Gen0 Sale (Harmony)
      • Graveyard
      • Locked Token Claim
      • Locked Token Raffle
      • Token Disburse
  • NFTs
    • Heroes
      • HeroV4 (Metis)
    • Equipment
      • Weapons
      • Armor
      • Accessories
      • Shared Equipment Mappings
      • CacheCore
      • Equipment Shop
      • Visage Shop
    • Pets
      • Pet Exchange
    • Lands
  • Tokens
    • Ecosystem Token
    • Power Tokens
    • Governance Tokens
    • Currencies
      • DFK Gold
      • Gaia's Tears
    • Inventory Items
    • Gold Crops
    • Combat Items
    • Miscellaneous Tokens
      • Collectible Items
      • Raffle Tickets
  • Crafting
    • Alchemist
    • Nutritionist
    • Stone Carver
    • Vendor (Item Gold Trader)
  • Collections
    • Runes
    • Pet Eggs
    • Pet Treats
    • Potions & Consumables
      • Item Consumer
      • Potion Migrator
    • Enhancement Stones
    • Attunement Crystals
      • Atonement Crystals
    • Pages of the Eternal Story
  • API
    • Community GraphQL API
      • Getting Started
      • Auctions
      • Bazaar
      • Heroes
      • Pets
      • Profiles
    • Hero Metadata & Image API
    • Pet Metadata & Image API
    • Token Supply API
  • Community Builders
    • Kingdom Building Program
    • Developer Resources
    • Community Projects
  • DFK CHain
    • Getting Started
    • Nodes & Validators
    • Bridged Tokens
    • Ecosystem Partners
      • Covalent API
      • SupraOracles Price Feeds
      • SupraOracles VRF
    • Miscellaneous Contracts
Powered by GitBook
On this page
  • Returns JSON supply data for JEWEL, CRYSTAL, and JADE
  • Returns JSON supply data for a specific token
  • Returns the Total Supply of a specific token in plain text
  • Returns the Circulating Supply of a specific token in plain text
  1. API

Token Supply API

PreviousPet Metadata & Image APINextDeveloper Resources

Last updated 1 year ago

You can use the following endpoints to access supply data for DeFi Kingdoms and .

All Token Supply

Returns JSON supply data for JEWEL, CRYSTAL, and JADE

GET https://supply.defikingdoms.com/

Example

Single Token Supply

Returns JSON supply data for a specific token

GET https://supply.defikingdoms.com/{token}

Examples

JEWEL -

CRYSTAL -

JADE -

Path Parameters

Name
Type
Description

token*

string

The string name of the requested token.

E.g.: jewel, crystal, jade

Single Token Total Supply

Returns the Total Supply of a specific token in plain text

GET https://supply.defikingdoms.com/{token}/totalsupply

Examples

Path Parameters

Name
Type
Description

token*

string

The string name of the requested token.

E.g.: jewel, crystal, jade

Single Token Circulating Supply

Returns the Circulating Supply of a specific token in plain text

GET https://supply.defikingdoms.com/{token}/circulatingsupply

Examples

Path Parameters

Name
Type
Description

token*

string

The string name of the requested token.

E.g.: jewel, crystal, jade

JEWEL -

CRYSTAL -

JADE -

JEWEL -

CRYSTAL -

JADE -

Ecosystem
Power Tokens
https://supply.defikingdoms.com/
https://supply.defikingdoms.com/jewel/
https://supply.defikingdoms.com/crystal/
https://supply.defikingdoms.com/jade/
https://supply.defikingdoms.com/jewel/totalsupply
https://supply.defikingdoms.com/crystal/totalsupply
https://supply.defikingdoms.com/jade/totalsupply
https://supply.defikingdoms.com/jewel/circulatingsupply
https://supply.defikingdoms.com/crystal/circulatingsupply
https://supply.defikingdoms.com/jade/circulatingsupply