QuickPerps Documentation
  • QuickPerps: Hydra (V2)
    • 🐲Introducing QuickPerps: Hydra
    • 🔄 Trading Guide
    • 📝 Contracts & Addresses
    • 🔗 Important Links
    • 📚 QuickSwap Community Groups
  • QuickPerps V1
    • ⚖️ Introducing QuickPerps
    • 🔄 Trading Guide
    • 💧 QLP Pool
    • 💰 Reward Mechanism
    • 🛣 Roadmap
    • 📝 Contracts & Addresses
    • 👋 Referral Program
    • 👩‍👩‍👦‍👦 Team
    • 💻 API
    • 🔎 Smart Contract Audit
    • 🔗 Important Links
    • 📚 QuickSwap Community Groups
    • ❓ FAQ
Powered by GitBook
On this page
  1. QuickPerps V1

💻 API

API overview of Quickperps

Previous👩‍👩‍👦‍👦 TeamNext🔎 Smart Contract Audit

Last updated 9 months ago

For contract interaction:

  • API:

  • Share API:

  • Analytics:

  • Leaderboard:

  • Frontend:

Tokens

  • URL:

  • Retrieve a list of tokens and info for each token

  • USD amounts are multiplied by (10 ** 30)

  • Token amounts are multiplied by (10 ** token.decimals)

Actions

  • URL:

  • Retrieve a list of actions, these will include swaps, increasing a position, decreasing a position and liquidations

  • Params:

    • account (optional): pass in the checksum address of an account

    • after (optional): for pagination, the id to start after

  • To get the checksum address: , you can also use a library like .

Volume

  • Volumes are separated by action, token, day / week

  • Params:

    • after (optional): for pagination, the id to start after.

Hourly:

Daily:

Weekly:

Total:

https://docs.quickperps.trade/contracts
https://perps-api.quickswap.exchange/
https://perps-share.quickswap.exchange/
https://perps-analytics.quickswap.exchange/
https://perps-leaderboard.quickswap.exchange/
https://perps.quickswap.exchange/
https://perps-api.quickswap.exchange/tokens
https://perps-api.quickswap.exchange/actions
https://web3-tools.netlify.app/
ethers
https://perps-api.quickswap.exchange/hourly_volume
https://perps-api.quickswap.exchange/daily_volume
https://perps-api.quickswap.exchange/weekly_volume
https://perps-api.quickswap.exchange/total_volume