Public API
A python class to send the public APIs.
...
import PublicAPI
# `publicAPI` object is automatically initialized
# before running your code.
publicAPI = PublicAPI()
# your python code is placed here
# In your code, you can send public API requests like below:
## publicAPI.recent_price('binance', 'ETHUSDT')Common Functions
1. Get Current Price
Arguments
Returns
Last updated

