I want get p2p orders but it doesn't work
`import ccxt # noqa: E402
print('CCXT Version:', ccxt.version)
exchange = ccxt.huobi({
'apiKey': ' ',
'secret': ' ',
})
data = exchange.v2private_get_c2c_offers()
print(data)`
Says:
{'code': '2003', 'message': 'missing mandatory field'}