此接口返回是以入参base_currency为1个单位基础货币,price_currency为计价货币报价。
bid为PingPong购买(客户卖出)1个单位基础货币,所需要花费的计价货币金额。
offer为PingPong卖出(客户买入)1个单位基础货币,能够获得的计价货币金额。例如:
入参 base_currency = USD, price_currency = CNH
返回 bid = 7.1, offer = 7.2
即PingPong购入1USD需花费7.1CNH,卖出1USD能获得7.2CNH。