Token Supply API
You can use the following endpoints to access supply data for DeFi Kingdoms Ecosystem and Power Tokens.
All Token Supply
Returns JSON supply data for JEWEL, CRYSTAL, and JADE
GET
https://supply.defikingdoms.com/
Example
https://supply.defikingdoms.com/
Single Token Supply
Returns JSON supply data for a specific token
GET
https://supply.defikingdoms.com/{token}
Examples
JEWEL - https://supply.defikingdoms.com/jewel/
CRYSTAL - https://supply.defikingdoms.com/crystal/
JADE - https://supply.defikingdoms.com/jade/
Path Parameters
Name | Type | Description |
---|---|---|
token* | string | The string name of the requested token. E.g.: |
Single Token Total Supply
Returns the Total Supply of a specific token in plain text
GET
https://supply.defikingdoms.com/{token}/totalsupply
Examples
JEWEL - https://supply.defikingdoms.com/jewel/totalsupply
CRYSTAL - https://supply.defikingdoms.com/crystal/totalsupply
JADE - https://supply.defikingdoms.com/jade/totalsupply
Path Parameters
Name | Type | Description |
---|---|---|
token* | string | The string name of the requested token. E.g.: |
Single Token Circulating Supply
Returns the Circulating Supply of a specific token in plain text
GET
https://supply.defikingdoms.com/{token}/circulatingsupply
Examples
JEWEL - https://supply.defikingdoms.com/jewel/circulatingsupply
CRYSTAL - https://supply.defikingdoms.com/crystal/circulatingsupply
JADE - https://supply.defikingdoms.com/jade/circulatingsupply
Path Parameters
Name | Type | Description |
---|---|---|
token* | string | The string name of the requested token. E.g.: |
Last updated