<aside> 💡

We also provide a free trading API:

Frontrun Trading API Beta

</aside>

Default Rate Limits


Pricing

Plan Monthly Fee Included Credits
API Basic $200 / month 300,000 credits
API Standard $500 / month 1,500,000 credits
Extension Gold Plan $180/ month 100,000 credits

Trending accounts(30 credits)

window — 1h | 3h | 6h | 24h (default) | 7d

curl -X GET \
  '<https://loadbalance.frontrun.pro/api/v1/pro/trending-accounts?window=24h>' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Check Smart Follower (5 credits)

curl -X 'GET' \
  '<https://api.frontrun.pro/api/v1/pro/twitter/><TWITTER_USER_NAME>/is-smart-follower' \
  -H 'accept: application/json' \
  -H 'X-Copilot-Client-Language: EN_US' \
  -H 'X-Copilot-Client-Platform: CHROME_EXTENSION' \
  -H 'X-Copilot-Client-Version: 1.0.0' \
  -H 'Authorization: Bearer <API_KEY>'

Wallets Batch Query

(100 credits per wallet if matched, 5 credits per wallet if unmatched)

curl -X 'POST' \
  '<https://api.frontrun.pro/api/v1/pro/twitter/wallets-batch-query>' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <API_KEY>' \
  -d '{
    "wallets": [
      { "chain": "SOLANA", "address": "<WALLET_ADDRESS_1>" },
      { "chain": "EVM", "address": "<WALLET_ADDRESS_2>" }
    ]
  }'

X Associated wallets (400 credits)

curl -X 'GET' \
  '<https://api.frontrun.pro/api/v1/pro/twitter/><TWITTER_USER_NAME>/associated-wallets' \
  -H 'accept: application/json' \
  -H 'X-Copilot-Client-Language: en' \
  -H 'Authorization: Bearer <API_KEY>'