(params: Dict = {})
| 5118 | } |
| 5119 | |
| 5120 | async deliveryExchangeInfo(params: Dict = {}) { |
| 5121 | return await this.publicDeliveryRequest('v1/exchangeInfo', params); |
| 5122 | } |
| 5123 | |
| 5124 | async deliveryPrices(params: Dict = {}) { |
| 5125 | const data = await this.publicDeliveryRequest('v1/ticker/price', params); |
nothing calls this directly
no test coverage detected