Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Snipers by Pair Address Mainnet Only

Ethereum Logo

Looking for snipers by pair address on EVM?

Access Snipers by pair address data using our EVM API.

Explore EVM API
GEThttps://solana-gateway.moralis.io/token/:network/pairs/:pairAddress/snipers

Get all snipers.

PATH PARAMS
networkstringrequired
The network to query
pairAddressstringrequired
The address of the pair to query
QUERY PARAMS
blocksAfterCreationnumber
Responses
200
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://solana-gateway.moralis.io/token/mainnet/pairs/Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE/snipers?blocksAfterCreation=1000' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"transactionHash": "",
"blockNumber": "",
"blockTimestamp": "",
"result": {
"walletAddress": "",
"totalTokensSniped": "",
"totalSnipedUsd": "",
"totalSnipedTransactions": "",
"snipedTransactions": {
"transactionHash": "",
"transactionTimestamp": "",
"blocksAfterCreation": ""
},
"totalTokensSold": "",
"totalSoldUsd": "",
"totalSellTransactions": "",
"sellTransactions": {
"transactionHash": "",
"transactionTimestamp": "",
"blocksAfterCreation": ""
},
"currentBalance": "",
"currentBalanceUsdValue": "",
"realizedProfitPercentage": "",
"realizedProfitUsd": ""
}
}