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/bnb-staking-enhance/staking/reward/list/by_delegator/{address}
method_type: GET
Request:
| Parameters | Query Type | Required | Data Type | Description |
|---|---|---|---|---|
| address | path | true | string | delegator |
| start | query | true | integer | |
| end | query | true | integer |
Response:
| Parameters | Data Type | Description |
|---|---|---|
| delegator | string | |
| date | integer | |
| operator | string | validator |
| change | string | rewards |
| balance | string | |
| apr | string | Reward / (Balance - Reward)*365 |
| type | string | |
| number | integer |
Example:
https://open-platform.nodereal.io/{{apiKey}}/bnb-chain-staking/bnb-staking-enhance/staking/reward/list/by_delegator/0xF2B1d86DC7459887B1f7Ce8d840db1D87613Ce7f?start=1727827200&end=1728259200
