POST: http://172.104.51.182:16667/wallet/getBrokerage
Get SR brokerage ratio
BODY PARAMS {
{
address string
address
string
visible boolean (Optional)
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/getBrokeragearrow-up-right --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "address":"AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }
Input:
{ "address":"AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true }
Response:
{"brokerage": 20}
Last updated 9 months ago