LogoLogo
AlchemistFjord FoundryFjord NFTs
  • Teach me about Crucibles
  • Guides
    • Precautions
    • How do I mint a Crucible?
    • What can I do with my new Crucible?
    • Artwork of the Crucible
    • Claiming Rewards & Unsubscribing your Tokens
    • Using your Crucible as a Smart Wallet/Vault
    • Viewing your reward performance
  • General
  • Acquiring ⚗️ & Adding Liquidity
  • How to Become a "Crucible Holder" on Discord
  • Wallet Compatibility
  • Visual Guides
  • Frequently Asked Questions
  • Misc
    • Contract Addresses
  • Launching a Reward Program
    • Getting Started
    • Why use Crucible?
    • Reward Program Mechanics
    • Reward Program Configuration
    • Reward Program Simulation
    • Services and Fees
    • Contacting the Team
  • 👨‍💻Developers
    • Our Endpoints
  • Products
  • Crucible
  • Fjord Foundry
  • Fjord NFTs
  • Links
  • Alchemist Landing Page
  • Discord
  • Twitter
  • Medium
  • Token Terminal
  • Github
  • YouTube
  • Telegram
Powered by GitBook
On this page
  • Reward Program Staked USD Values
  • Reward Program Reward USD Values

Was this helpful?

  1. Developers

Our Endpoints

PreviousContacting the Team

Last updated 3 years ago

Was this helpful?

Reward Program Staked USD Values

GET http://crucible.wtf/api/get-program-staked-usd

This endpoint will return a JSON object of Reward Programs and the Total Staked Value in USD for each program.

Example GET request (Mainnet):

``

Query Parameters

Name
Type
Description

network*

String

Network ID that data is required for

e.g:

1 = Mainnet

41334 = Avalanche

[{
    rewardProgramAddress, totalStakedUSD
}]

Reward Program Reward USD Values

GET http://crucible.wtf/api/get-program-rewards-usd

This endpoint will return a JSON object of Reward Programs and the Total Rewards Value (of all tokens in the pool) in USD for each program.

Example GET request (Mainnet):

``

Query Parameters

Name
Type
Description

network

String

Network ID that data is required for

e.g:

1 = Mainnet

41334 = Avalanche

[{
    rewardProgramAddress, totalRewardsUSD
}]
👨‍💻
http://crucible.wtf/api/get-program-staked-usd?network=1
http://crucible.wtf/api/get-program-rewards-usd?network=1