Endpoint

GET https://pro.circular.bot/market/tokens

Tokens Mint List

Headers

{
    "Content-Type": "application/json",
    "x-api-key": "your-api-key"
}

Parameters

{
    "maxTokensList": 10, // Maximum list, sorted by most to least interesting
    "maxTimeRange": 900, // Time range in which gains are taken into account
    "excludeTokens": [ // Exclude tokens from the return list
        "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", // USDC
        "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB" // USDT
    ],
    "provider": "JITO", // Optional, Filter by provider list ("JITO", "FAST", "TEMPORAL", "BLOX", "NEXTBLOCK", "NO_PROVIDER")
    "token": "So11111111111111111111111111111111111111112" // Token with which you arbitrate to determine the most relevant mints
}

Response

[
  "So11111111111111111111111111111111111111112",
  "BbtrrZ2ExfCTzrndFBCx5iNDFXxuVxNMdEZ14BZxpump",
  "6b7NtVRo6jDSUZ75qfhHgpy99XVkSu1kfoTFu2E3pump",
  ...
]

Informations:

  • Requests per minute: 20

  • Available plans: PRO

  • More technical information here

Last updated