autosnipe-node-sdk
v1.0.1
Published
AutoSnipe SDK
Downloads
7
Readme
AutoSnipe SDK
API Details: Base: https://api.autosnipe.ai/sniper-api/
After login
- Create API Key / Secret on Autosnipe website
- Maximun 5 API Keys/Secrets can be generated for a user.
Once the user has the API KEY AND SECRET, it can be used to make the following requests using the autosnipe_sdk
- listRaydiumPairs
- listTopPairs
- listPumpPairs
- listMoonshotPairs
- placeBuyOrder
- placeSellOrder
- orderStatus
- listUserHoldings
- placeBuyLimitOrder
- placeSellLimitOrder
- cancelLimitOrder
- listLimitOrders
jito_tip - tip given for faster transaction token_id - passed in listPairs platform - (0-Raydium, 1-Pump, 2-Moonshot)
Example to call these functions are in examples/ market.js, pairs.js, limit.js