Difference between GET /wapi/v3/tradeFee.html and GET /sapi/v1/asset/tradeFee

Hello,

Is there any difference between GET /sapi/v1/asset/tradeFee and GET /wapi/v3/tradeFee.html ? As it seems both return the same results.
Also, the documentation states:

Fetch trade fee, values in percentage.

But it does not look like it is. Is the documentation incorrect?
{
‘success’: True,
‘tradeFee’: [{
‘maker’: 0.001,
‘symbol’: ‘BTCUSDT’,
‘taker’: 0.001
}]
}

Thanks

Both work but suggest you always use the ones under sapi

Thanks, what about the values returned, are they absolute values or percentages?