ποΈSource Codes & APIs
Source codes
The source codes of our smart contracts are verified on BscScan and published to our Github repository.
Contract
Github
BscScan
API
GET Token Data
GET
https://api.feeder.finance/v1/token
Get name, symbol, max supply, total supply, circulating supply, and USD price.
{
"name":"Feeder Finance",
"symbol":"FEED",
"maxSupply":100000000,
"totalSupply":44525826,
"circulatingSupply":17775826,
"feedPriceUsd":0.1358183177
}
GET Token Holders
GET
https://api.feeder.finance/v1/token/holders
Get amount of FEED token holders
{
"holders":751
}
GET Platform Data
GET
https://api.feeder.finance/v1/platform
Get staking, farming, total TVLand feed-bnb-lp in USD.
{
"stakeTvlUsd":1083526.1178834818,
"farmTvlUsd":1807536.981607346,
"totalTvlUsd":2891063.099490828,
"feedBnbLpUsd":"5.5137073597"
}
Last updated
Was this helpful?