Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercoolx/solana-nft-sniper
Magic eden marketplace sniper.
https://github.com/supercoolx/solana-nft-sniper
javascript magic-eden react sniper solana
Last synced: 2 months ago
JSON representation
Magic eden marketplace sniper.
- Host: GitHub
- URL: https://github.com/supercoolx/solana-nft-sniper
- Owner: supercoolx
- Created: 2022-06-23T10:15:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T08:01:14.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:50:33.917Z (almost 2 years ago)
- Topics: javascript, magic-eden, react, sniper, solana
- Language: JavaScript
- Homepage:
- Size: 975 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Eden NFT Sniper Bot.
```
@@@@@@% @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@(
@@@@@@@@@@@@@ .@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@ @@@@@@@@ @@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
@@@@@@@@ @@@@@@@@@@@@ /@@@@@@@@
@@@@@@@@ @@@@@@@ @@@@@@@@#
@@@@@@@@ @@@@@@@@
@@@@@@@@ @@@@@@@@@@@@@@@@@@@@/
@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@```
## Magic Eden Apis
```
https://api-mainnet.magiceden.io/rpc/getListedNFTsByQueryLite?q={"$match":{"collectionSymbol":"kenoko"},"$skip":0,"$limit":20,"status":[]}
https://api-mainnet.magiceden.io/rpc/getNFTByMintAddress/5K3UqhkWjuzLyVnXYmNzx1u19mhxpvozt1ybUBZ6pSHA?useRarity=true
https://api-mainnet.magiceden.io/rpc/getNFTStatsByMintAddress/5K3UqhkWjuzLyVnXYmNzx1u19mhxpvozt1ybUBZ6pSHA
https://api-mainnet.magiceden.io/rpc/getCollectionEscrowStats/solhellcats
https://api-mainnet.magiceden.io/rpc/getListedNFTsByQueryLite?q={"$match":{"collectionSymbol":"degenerate_ape_academy","$text":{"$search":"ape"},"rarity.howrare":{"$exists":true}},"$sort":{"rarity.howrare.rank":1},"$skip":0,"$limit":20,"status":[]}
```