arrow-right-arrow-leftNotArb

Endpoint

This endpoint is reserved for NotArb users performing on-chain calculation transactions and the information (body & header) sent to the endpoint is the same as the main Fast endpoint structure (JSON-RPC).

POST https://fast.circular.fi/transactions/no-failure/notarb

Configuration

  • Tip minimum: 7,500 lamports (0.0000075 SOL)

  • Programs:

NA247a7YE9S3p9CdKmMyETx8TTwbSdVbVYHHxpnHTUV
  • NotArb config (bot configuration):

[[spam_rpc]]
id="circular-fast"
url="https://fast.circular.fi/transactions/no-failure/notarb"
max_idle_connections=1
tip_meta={ type="FAST", api_key="YOUR-API-KEY" } # REPLACE WITH YOUR API KEY (check page "Api Keys" -> https://docs.circular.fi/api/api-keys)

[[swap.strategy]]
min_spam_tip_lamports=7_500
max_spam_tip_lamports=75_000
require_profit=false
spam_senders=[
    { rpc="circular-fast" }
]

Last updated