HiveXPH SDK
Development Playground
Testing environment for the local SDK source in /package-manager. Write Custom JSON with Hive Keychain, stream blocks, and read transactions — all against the configured RPC endpoint.
RPC Endpoint
api.hive.blog
configurableRPC Connection
Idle
…Hive Keychain
Checking...
extension requiredLatest Block
—
head_block_numberRPC endpoint
Every SDK module shares this endpoint through new HiveClient({ endpoint }).
Public nodes (Beacon)
Top working endpoints from beacon.peakd.com. Select one, or keep your own custom endpoint above.
Standard payload protocol
Every payload the SDK broadcasts contains exactly two fields. Blockchain timestamps are authoritative, so no timestamp is embedded.
{
"action": "claim",
"metadata": {
"rewardId": "123"
}
}