Skip to content

Online Users

The Online Users endpoint allows you to retrieve information about currently active users.

fetch('http://API-PLATFORM/online-users', {
headers: {
'Content-Type': 'application/json',
'Api-Id': 'YOUR_SECRET_TOKEN',
'Api-Key': 'YOUR_SECRET_TOKEN'
}
})




Successful Response

interface OnlineUsersResponse {
code: number
data: {
user_id: string
currency: string
amount: number
}
}

📌
For a comprehensive guide on how this works, please refer to the Common and Transfer Introduction or Seamless Introduction sections within the Introduction page.