Skip to content

List notifications

GET
/api/v1/notifications
curl --request GET \
--url https://trongas.ai/api/v1/notifications \
--header 'X-Api-Key: <X-Api-Key>'

Your notifications, newest first, with total and unread counts. Fixed page size of 20. Notifications are raised by the platform — e.g. an order settling, a deposit crediting, or an automation being paused or resumed.

page
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/

OK

object
items
required
Array<object>
object
id
required
string format: uuid
type
required
string
level
required
string
title
required
string
body
required
string
link
required
null | string
read
required
boolean
createdAt
required
string format: date-time
page
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
pageSize
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
total
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
unread
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/