Smartiecoin Public RPC
Online
Public JSON-RPC endpoint for SMT node reads, CoinDrop integration, and signed transaction broadcast.
Endpoint
https://rpc.smartiecoin.com/NetworkSmartiecoin mainnet
Broadcast
sendrawtransaction and testmempoolaccept enabledGet block count
curl -H "content-type: application/json" --data-binary '{"jsonrpc":"1.0","id":"smt","method":"getblockcount","params":[]}' https://rpc.smartiecoin.com/Broadcast transaction
curl -H "content-type: application/json" --data-binary '{"jsonrpc":"1.0","id":"smt","method":"sendrawtransaction","params":["RAW_TX_HEX"]}' https://rpc.smartiecoin.com/CoinDrop can use this endpoint for chain reads, address validation, mempool checks, and raw transaction broadcast. Wallet/admin control methods stay blocked for public safety.