Skip to main content
GET
Get Last Price

Overview

Get the most recent trade price for a specific trading pair, along with the 24-hour price change. This endpoint does not require authentication.

Path Parameters

symbol
string
required
Trading pair symbolExample: USDT-NGNAllowed values: USDT-NGN, USDC-NGN, USD-NGN

Request Examples

Response

success
boolean
required
Indicates if the request was successful
message
string
required
Human-readable response message
data
object
required
Last price data

Success Response

Error Responses

Notes

  • The price reflects the most recent executed trade on the market.
  • The change_24h value is calculated by comparing the latest trade price to the most recent trade price from 24 hours ago. A positive value indicates the price has increased.
  • If no trades have occurred, the price and change values may be 0.

Rate Limits

  • 100 requests per minute per IP address
  • No authentication required

Next Steps

Get Orderbook

View market depth for a trading pair

List Market Trades

View recent trades for a market