💻 API
API overview of Quickperps
For contract interaction: https://docs.quickperps.trade/contracts
Share API: https://perps-share.quickswap.exchange/
Analytics: https://perps-analytics.quickswap.exchange/
Leaderboard: https://perps-leaderboard.quickswap.exchange/
Frontend: https://perps.quickswap.exchange/
Tokens
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
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: https://web3-tools.netlify.app/ , you can also use a library like ethers.
Volume
Volumes are separated by action, token, day / week
Params:
after (optional): for pagination, the id to start after.
Last updated