Binno Developers
Integrate Binno services into your own apps: OnChain payments with BinnoPay, the universal @username identity with BinnoHub and read-only access to BinnoChain. You don't build a new chain — you connect Binno to what you already have.
BinnoPay API
Open API to integrate OnChain payments via NFC or QR into any POS or ecommerce. A fee of only 0.1% + 0.02 USD per transaction.
BinnoHub API
Integrate the universal @username into any wallet on any network, with automatic omnichain transfers through LayerZero V2.
BinnoChain RPC
Query network state and verify transactions through a read-only RPC on HyperSDK. BinnoChain is a closed chain dedicated to Binno services — not a platform for deploying third-party dApps.
BinnoChain RPC
# BinnoChain testnet RPC
curl -X POST http://207.244.233.185:9650/ext/bc/binno \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"hypersdk.network","params":{}}'
Full technical documentation coming very soon.