从 Coinbase 获取购买价格金额和仅购买价格金额 API

Getting the buy price amount and only the buy price amount from Coinbase API

我正在使用 Python 来摆弄 Coinbase 的 API。当试图打印出 BTC 的买入价时,我写道:

client.get_buy_price()

很棒,但是 returns:

"amount": "7272.19", "base": "BTC", "currency": "USD"

有没有办法只能拿到金额(7272.19)?

我在评论中回答是因为我不确定它返回的是对象还是字符串。

把它当作线程启动器的对象。

所以问题的正确答案是 client.get_buy_price().amount