Smartiecoin Public RPC

Online

Public JSON-RPC endpoint for SMT node reads, CoinDrop integration, and signed transaction broadcast.

Endpointhttps://rpc.smartiecoin.com/
NetworkSmartiecoin mainnet
Broadcastsendrawtransaction and testmempoolaccept enabled

Get 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.