Description
Used to get the current tick values for a market.
Request Parameters:
market: string in query a string literal for the market (ex: BTC-USD)
Method: GET
Response:
200 OK Success
type object
Request Url Example
URL : https://naijacrypto.com/api/getticker?market=BTC-USD
Response Example (200 OK)
{ "success": true, "message": "''", "result": { "Bid": "0.00000000", "Ask": "0.00000000", "Last": "0.00000000" }}