GetBrokerage
POST: http://172.104.51.182:16667/wallet/getBrokerage
Get SR brokerage ratio
BODY PARAMS
{
address
string
visible
boolean (Optional)
}
Note:
address is super representative's account address
.
visible: whether the address is in base58check format.
Example:
curl --request POST --url http://172.104.51.182:16667/wallet/getBrokerage --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "address":"WFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }
Input:
{ "address":"WFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }
Response:
{"brokerage": 20}
Last updated