CCXT液体FX订单

发布于 2025-01-29 20:45:56 字数 347 浏览 5 评论 0原文

我想在液体交换中通过CCXT下订单。我认为我们需要指定“参数”才能完成工作。例如,

导入ccxt import

从pprint

pprint bf = ccxt.bitflyer()

'btc/jpy',params = {“ product_code”:“ fx_btc_jpy”}

= bf.fetch_ticker (

ticker “ product_code”是BitFlyer的“ FX_BTC_JPY”,但我不知道液体应该是什么。

如果您知道液体FX中“ params”中要指定的“ product_code”或任何项目,请告诉我。

先感谢您。

I want to place order by CCXT in the Liquid exchange. I think we need to specify 'params' to get things done. For example,

import ccxt

from pprint import pprint

bf = ccxt.bitflyer()

ticker = bf.fetch_ticker('BTC/JPY', params = { "product_code" : "FX_BTC_JPY" })

pprint(ticker)

In this case, I know "product_code" is "FX_BTC_JPY" for bitFlyer, but I don't know what it should be for Liquid.

If you know what is the "product_code" or any item to be specified in "params" for Liquid FX, please tell me.

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文