Get Rewards
Retrieves historical block trading rewards for the specified address.
Method Declaration
Python
async def get_historical_block_trading_rewards(
self,
address: str,
limit: Optional[int] = None,
) -> Any
Unification Plan
Parameters
Parameter | Location | Type | Required | Description |
---|---|---|---|---|
address | path | Address | true | The wallet address that owns the account. |
limit | query | u32 | false | Maximum number of asset positions to return in the response. |
startingBeforeOrAtHeight | query | Height | false | The timestamp filter for rewards starting before or at. |
startingBeforeOrAt | query | DateTime in UTC | false | The block height filter for rewards starting before or at. |
Response
Status | Meaning | Schema | Description |
---|---|---|---|
200 | OK | HistoricalBlockTradingReward ⛁ | The historical block trading rewards data. |
400 | Bad Request | The request was malformed or invalid. |