Feeder Finance
  • Feeder Finance Overview
    • πŸ‘‰What is Feeder Finance?
      • FEED Tokenomics
      • Why should I buy FEED?
      • How to Buy FEED
    • ⚜️sFEED Ecosystem
    • πŸ’΅Fees
    • πŸš—Roadmap
    • πŸ™‹β€β™‚οΈTeam
    • πŸ”ŠCommunity
    • πŸ“ΈMedia Coverage
    • πŸ“¦Brand Assets
  • Products & Services
    • πŸ‘«Peer-to-Peer Lending
      • βš™οΈThe Basics
      • πŸ“ˆThe Expansion
      • πŸ’‘How it Works
      • πŸ“ƒLending Terms Considerations
      • πŸ₯‚Token Listing & Verification
      • ⌚Feature Expansions
    • πŸ“ŠYield Optimizer
      • 🌱AutoStaking
        • Auto Diversify
        • Auto-Compounding
      • 🌾AutoFarming
    • βš’οΈDeFi Tools
      • πŸ•ΈοΈDEX Aggregator
      • πŸ’±AutoConverter
      • πŸ’΄Fiat-to-Crypto On-Ramp
    • πŸ’™FEED Products
      • πŸ’ΈFEED Staking
        • How to Stake FEED
      • 🚜FEED Farming
        • β›²How to Provide Liquidity
        • πŸ§‘β€πŸŒΎHow to Farm FEED
  • Security & Contracts
    • πŸ’»Contracts
    • 🧾Audits
      • CertiK Security Audit
      • PeckShield Security Audit
    • πŸ›‘οΈSecurity
    • πŸ”‘Insurance
    • πŸ—„οΈSource Codes & APIs
  • Beginner Resources
    • Blockchain in a Nutshell
    • How to DeFi
      • 🌳Stablecoins
      • πŸ’ŽNon-Stablecoins
      • πŸ“œTokenomics
      • πŸ₯©Staking vs Farming
    • How to Stay Safe in Crypto
    • How to Buy Your First Crypto
    • How to Read the Block Explorer
    • How to Switch From Trust Wallet to MetaMask
    • Crypto Blockchain Bridging
      • 🟠How to Bridge ADA to BSC
      • πŸ”΅How to Bridge from BSC to FTM
      • πŸ”ΊHow to Bridge from BSC to AVAX
    • APR vs APY
  • FAQ
  • We're Hiring!
  • Terms & Disclaimer
Powered by GitBook
On this page
  • Source codes
  • API
  • GET Token Data
  • GET Token Holders
  • GET Platform Data

Was this helpful?

  1. Security & Contracts

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

FeedToken

FeedFarm

FeedTimelock

FeedTimelockV2 (Liquidity)

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"
}
PreviousInsuranceNextBeginner Resources

Last updated 3 years ago

Was this helpful?

πŸ—„οΈ
View on Github
View on BscScan
View on Github
View on BscScan
View on Github
View on BscScan
View on Github
View on BscScan