Unable To Access Trade Fee From Binance.us API account

Code returns following error message:

‘{“timestamp”:1663778852679,“status”:404,“error”:“Not Found”,“message”:“No message available”,“path”:"/sapi/v1/asset/tradeFee"}’

The uri is ‘https://api.binance.us/sapi/v1/asset/tradeFee

Is there something I’m missing?

What is the proper uri to access the Trade Fee info for a binance.us account?

Thanks in advance!

-T

Hey the API documentation for binance.us is at https://docs.binance.us/#get-trade-fee.
The complete URI should be https://api.binance.us/sapi/v1/asset/query/trading-fee

Thanks @aisling2 that’s what I was looking for!