GET
/
tokens
/
sui
/
price-history
curl --request GET \
  --url https://api.getnimbus.io/tokens/sui/price-history
{
  "data": [
    {
      "timestamp": 123,
      "price": 123
    }
  ]
}

Query Parameters

address
string
required

The token contract address

timeRange
enum<string>
default:7d

Time range for historical data

Available options:
1d,
7d,
30d
interval
enum<string>
default:1h

Interval for data points

Available options:
5m,
30m,
1h,
3h,
1d

Response

200
application/json
Historical price data for the token
data
object[]