Skip to content

How to use v2private_get_c2c_offers #1

@Pirnazar

Description

@Pirnazar

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'}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions