BNB Chain Staking API

📘

Supported on BSC only

API Endpoint

The format of a Particle Bundler RPC endpoint is
https://open-platform.nodereal.io/{{apiKey}}/bnb-chain-staking/

Here is an example:
https://open-platform.nodereal.io/4c0a1c23661a4e26bcbcwed461e34ea9/bnb-chain-staking/

API List

Get daily staking rewards by delegator

This API method returns a specific delegator's daily staking rewards history by date.

method_path:/bnb-chain-staking/reward/list/by_delegator/{address}

method_type:GET

Request:

ParametersQuery TypeRequiredData TypeDescription
addresspathtruestringdelegator
startquerytrueinteger
endquerytrueinteger

Response:

ParametersData TypeDescription
delegatorstring
dateinteger
operatorstringvalidator
changestringrewards
balancestring
aprstringReward / (Balance - Reward)*365
typestring
numberinteger

Example:

https://open-platform.nodereal.io/4c0a1c23661a4e26bcbcwed461e34ea9/bnb-chain-staking/reward/list/by_delegator/0xF2B1d86DC7459887B1f7Ce8d840db1D87613Ce7f?start=1727827200&end=1728259200