Documentation

Documentation

Quick references for RPC, Private RPC, and partner integrations with Foutbit Labs.

  • Network Config
  • RPC Integration
  • Partner Onboarding

BNB Chain Network Config

Basic network parameters for wallet and DApp integrations.

RPC Integration Overview

How partner RPC access and endpoint planning typically work.

Private RPC Overview

Introduction to private transaction routing and MEV protection concepts.

Status API Overview

Basic status checks for partner endpoints and routing visibility.

Quick Start

CONFIG

BNB Chain Network Config

Basic network parameters for wallet and DApp integrations.

View RPC Service →
RPC

RPC Integration Overview

How partner RPC access and endpoint planning typically work.

View RPC Service →
PRIVATE

Private RPC Overview

Introduction to private transaction routing and MEV protection concepts.

View Private RPC →
API

Status API Overview

Basic status checks for partner endpoints and routing visibility.

Contact for Access →

Example Configuration

Sample network configuration for BNB Chain integrations.

Developer Config bsc-network.json
{
  "network": "BNB Smart Chain",
  "chainId": 56,
  "symbol": "BNB",
  "explorer": "BscScan",
  "rpc": "Partner endpoint available on request"
}

Example RPC Request

Standard JSON-RPC request format using a placeholder partner endpoint.

curl eth_blockNumber
curl -X POST https://your-partner-endpoint.example \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

FAQ

What is Private RPC?

Private RPC refers to submitting transactions through partner routing paths designed to reduce public mempool exposure, rather than broadcasting directly to public nodes.

Does Private RPC guarantee MEV protection?

No. Private RPC and MEV protection features are designed to reduce exposure, but they do not guarantee absolute protection or financial outcomes.

Who can apply for a partner endpoint?

Partner endpoints are available for wallets, DApps, trading systems, backend services, and other qualified integration partners after requirements review.

Is MEV Recovery available for everyone?

MEV Recovery is available only for qualified partner flows and is subject to separate agreement and scope definition.

Need Integration Support?

Contact us for partner endpoint planning, private routing review, and integration guidance.