Skip to main content
GET
/
token
/
{network}
/
pairs
/
{pairAddress}
/
snipers
Get snipers by pair address.
curl --request GET \
  --url https://solana-gateway.moralis.io/token/{network}/pairs/{pairAddress}/snipers \
  --header 'X-Api-Key: <api-key>'
{
  "transactionHash": "<string>",
  "blockNumber": 123,
  "blockTimestamp": "<string>",
  "result": [
    {
      "walletAddress": "<string>",
      "totalTokensSniped": 123,
      "totalSnipedUsd": 123,
      "totalSnipedTransactions": 123,
      "snipedTransactions": [
        {
          "transactionHash": "<string>",
          "transactionTimestamp": "<string>",
          "blocksAfterCreation": 123
        }
      ],
      "totalTokensSold": 123,
      "totalSoldUsd": 123,
      "totalSellTransactions": 123,
      "sellTransactions": [
        {
          "transactionHash": "<string>",
          "transactionTimestamp": "<string>",
          "blocksAfterCreation": 123
        }
      ],
      "currentBalance": 123,
      "currentBalanceUsdValue": 123,
      "realizedProfitPercentage": 123,
      "realizedProfitUsd": 123
    }
  ]
}
Endpoint cost: CUs. Learn more about compute units.

Authorizations

X-Api-Key
string
header
required

Path Parameters

network
enum<string>
required

The network to query

Available options:
mainnet,
devnet
pairAddress
string
required

The address of the pair to query

Example:

"Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE"

Query Parameters

blocksAfterCreation
number

Response

200 - application/json
transactionHash
string
required
blockNumber
number
required
blockTimestamp
string
required
result
object[]
required