Node ကျန်းမာရေးစစ်ဆေးနေသည်...

Dedicated BSC & Avalanche RPC Nodes

သင့်ကိုယ်ပိုင် JSON-RPC endpoint၊ ဒေသတွင်းလည်ပတ်သော archive nodes များဖြင့်အထောက်အပံ့ပေးထားသည်။ Public RPC များနှင့် rate မျှဝေခြင်းမရှိ၊ cold-start latency မရှိ၊ သင်မထိန်းချုပ်နိုင်သော middleware မရှိပါ။

Nodes များကို စစ်ဆေးနေသည်...

Auto-refreshes every 5 seconds  · 

BNB Smart Chain
EVM / eth_* methods
Geth-based local archive node. Full EVM compatibility.
POST https://api.smartmoneyapi.com/rpc/v1/bsc
Avalanche C-Chain
EVM / eth_* methods
AvalancheGo C-Chain. Full EVM compatibility with sub-second finality.
POST https://api.smartmoneyapi.com/rpc/v1/avax-c
X
Avalanche X-Chain
avm.* methods
Exchange chain — native AVAX transfers and asset creation.
POST https://api.smartmoneyapi.com/rpc/v1/avax-x
P
Avalanche P-Chain
platform.* methods
Platform chain — validator set, staking, subnet management.
POST https://api.smartmoneyapi.com/rpc/v1/avax-p
i
Avalanche Node Info
info.* methods only
AvalancheGo info API. Bootstrap status, peer counts, node version, network ID. Only info.* methods are permitted on this endpoint.
POST https://api.smartmoneyapi.com/rpc/v1/avax-info

သင့် RPC key ကို နည်းလမ်းနှစ်မျိုးဖြင့် ဖြတ်သန်းပါ

curl -X POST \
  -H "X-API-Key: rpc_YOUR_KEY_HERE" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
  "https://api.smartmoneyapi.com/rpc/v1/bsc"

Keys are prefixed rpc_ and are separate from your Smart Money API data keys. Keys are shown only once at creation — store them securely.

Get latest BSC block number
BSC
curl -X POST \
  -H "X-API-Key: rpc_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' \
  "https://api.smartmoneyapi.com/rpc/v1/bsc"

// Response: {"jsonrpc":"2.0","result":"0x286c1b2","id":1}
Get AVAX-C wallet balance
AVAX-C
curl -X POST \
  -H "X-API-Key: rpc_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xYOUR_ADDRESS","latest"],"id":1}' \
  "https://api.smartmoneyapi.com/rpc/v1/avax-c"
Batch call (up to 50 per request)
PRO
curl -X POST \
  -H "X-API-Key: rpc_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1},
    {"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":2},
    {"jsonrpc":"2.0","method":"net_version","params":[],"id":3}
  ]' \
  "https://api.smartmoneyapi.com/rpc/v1/bsc"

// Each call in the batch counts toward your quota.
Check Avalanche node bootstrap status
AVAX-INFO
curl -X POST \
  -H "X-API-Key: rpc_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"info.isBootstrapped","params":{"chain":"C"},"id":1}' \
  "https://api.smartmoneyapi.com/rpc/v1/avax-info"
Node health (public, no key needed)
PUBLIC
curl "https://api.smartmoneyapi.com/rpc/v1/health"

// Returns: {"chains":{"bsc":{"ok":true,"block":42000000,"ms":45}, ...}}

Blocked method namespaces

For security and performance, the following method prefixes are blocked on all EVM chains. Requests using them return a -32601 error.

admin_* personal_* miner_* engine_* debug_* clique_* les_*
avax-info endpoint

သာ info.* methods များသာ ခွင့်ပြုထားသည်။ အခြား namespaces အားလုံးသည် -32601 error ပြန်ပေးသည်။

အခြားကန့်သတ်ချက်များ
  • အများဆုံး request body အရွယ်အစား: 1 MB
  • အများဆုံး batch အရွယ်အစား: တစ်ကြိမ်လျှင် 50 calls
  • Request timeout: 30 စက္ကန့်
HTTP JSON-RPC code အဓိပ္ပာယ်
401 -32001 API key ပျောက်နေခြင်း သို့မဟုတ် မမှန်ကန်ခြင်း
429 -32005 Rate limit ကျော်လွန်သွားသည် (rpm သို့မဟုတ် နေ့စဉ်)။ စစ်ဆေးပါ Retry-After header။
413 -32600 Request body သည် 1 MB ထက်ကျော်လွန်နေသည်
403 -32601 Blocked သို့မဟုတ် ခွင့်မပြုထားသော method
400 -32700 JSON parse error
502 -32002 Upstream node ရောက်ရှိမှု မရှိခြင်း သို့မဟုတ် အချိန်ကုန်သွားခြင်း
Error response ပုံစံ
{"jsonrpc":"2.0","error":{"code":-32001,"message":"invalid api key"},"id":null}
Free
FREE
$0/mo
ကဒ်အခကြေးငွေ မလိုအပ်ပါ
  • တစ်နေ့လျှင် 1,000 requests
  • တစ်မိနစ်လျှင် 60 requests
  • BSC + AVAX chains အားလုံး
  • Batch calls (တစ်ကြိမ်လျှင် 50 အထိ)
  • Priority routing
Get Free Key
Starter
STARTER
$39/mo
တစ်နေ့လျှင် 100k requests · မည်သည့်အချိန်မဆို ပယ်ဖျက်နိုင်သည်
  • တစ်နေ့လျှင် 100,000 requests
  • တစ်မိနစ်လျှင် 600 requests
  • BSC + AVAX chains အားလုံး
  • Batch calls (တစ်ကြိမ်လျှင် 50 အထိ)
  • Priority routing
Get Starter Key
Pro
PRO
$89/mo
တစ်နေ့လျှင် 1M requests · တစ်စက္ကန့်လျှင် 50 req/s · မည်သည့်အချိန်မဆို ပယ်ဖျက်နိုင်သည်
  • တစ်နေ့လျှင် 1,000,000 requests
  • တစ်မိနစ်လျှင် 3,000 requests
  • BSC + AVAX chains အားလုံး
  • Batch calls (တစ်ကြိမ်လျှင် 50 အထိ)
  • Priority routing
  • Dedicated support
Contact Us

ငွေပေးချေသော plan keys များကို Smart Money data API keys များနှင့် သီးခြားစီ စီမံထားသည်။ ရှိပြီးသား RPC key ကို အဆင့်မြှင့်တင်ရန် dashboard မှတစ်ဆင့် ဆက်သွယ်ပါ။

Dedicated nodes vs shared public endpoints

Feature Public RPC Smart Money RPC
Rate limits Shared, unpredictable Dedicated per key
Latency Variable, cold-start Consistent, warm
Uptime SLA No guarantees Monitored 24/7
Batch calls Often blocked Up to 50 per request
Usage analytics None Per-chain, per-day