⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/getReward

dropdown

方法 REST /wallet/getReward 例如 Tron (TRX)

POST /wallet/getReward

Method not allowed

获得证人或用户尚未撤回的奖励。

Parameters

address -

用户的地址

visible -

布尔

可选,地址是否为基本58格式。

Request

curl --location --request POST 'https://trx.getblock.io/wallet/getReward' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}