📑
Pixel docs
Pixel docs
📑
Pixel docs
Pixel docs
  • 👾Hello Pixel
    • Pixel Introduce
    • Ecosystem
    • Roadmap
    • Team
    • Pixel Wallet
      • Get started
      • How to Mine Pixel
      • Refer a friend
      • Pixel Miner
        • Patch notes
          • Pixel Miner v.0.4.0
        • Builder
          • Drill
          • Storage
          • Refferal Storage
        • Quests
        • Friends
        • Syndicates
      • Inventory & Slots
  • 🎮Gamification
    • User activity
      • Airdrops
        • Epoch I. Overview
    • Quests/Rewards
    • Digital Soul
      • Decentralized identifier (DID) technology
    • Pixel Extractor
      • Upgrade
      • Interdimensional Shift Boxes
      • Rewards
    • Pixel Forge
  • 🛢️Produts v1
    • Exchange
      • Swap
      • Add liquidity
      • Remove liquidity
  • 🔋Products v2
    • Pixel WARs
      • Player
      • Weapons
      • Items
      • Skills
      • Perks
      • Craft
      • Drones
      • Mobs
      • Bosses
    • NFT Marketplace
    • NFT Staking
    • Borrow
    • Pixel Education
  • 🔗Links
    • Website
    • Telegram
    • x.com
    • DMAIL SubHub
  • tokenomics
    • Token Pixel
    • Deflation Mechanism
    • Ecosystem pool
    • Tokenomics
    • Early investors
    • Miner Token Destribution
  • ⚙️Dev
    • Partners Quests API
    • Partners Referral API
  • White paper (Work in Progress)
    • SOCIAL FI
      • Referral System
      • DID
      • User Profile
      • Quests System
        • Education Quests
      • DAO
      • Leaderboards
      • Achievement
      • DeForum
      • Titles System
    • GAMIFICATION
      • NFT Factory
      • Marketplace
      • Craft system
        • Forge
        • Extractor
      • Digital Soul
        • Pixel Wars
      • Battlepass
    • SERVICE
      • DEX
      • SDK Wallet Connect
        • P2P
        • Bridges
          • TON-EVM-COSMOS
          • Flare-SGB
      • Borrow
      • Monetization
        • NFT Collections
        • Native tokens Sale
        • Paid transaction
    • PIXEL MINER
      • Builds
      • Additional miners
        • Pixel
        • Buddha
        • Pixel Shard
      • Multichain miner
        • Swisstronik
        • Flare
        • Skale
      • Dashboard
      • Autoclaim BOT
      • Syndicates
      • Collection Systems
      • Inventory
        • Soulbound NFT
    • NETWORKS
      • Songbird
      • Swisstronik
      • Flare
      • Skale
      • Matic
      • TON
      • Tron
      • Other EVM Networks
Powered by GitBook
On this page
  • Check quest completed
  • Check Quest Stats

Was this helpful?

  1. Dev

Partners Quests API

Check quest completed

GET /api/v1/quest/{questId}/completed

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

X-API-KEY

<your api key>

Query

Name
Type
Description

telegramId

string

Telegram ID of the user

Response

{
  "data": true
}

Check Quest Stats

GET /api/v1/quest/{questId}/stats

Headers

Name
Value

Content-Type

application/json

X-API-KEY

<your api key>

Response

{
    "completed": 0
}
PreviousMiner Token DestributionNextPartners Referral API

Last updated 10 months ago

Was this helpful?

⚙️