Skip to main content
GET
/
api
/
v1
/
wallet
/
next-round
Get next round time
curl --request GET \
  --url https://api.example.com/api/v1/wallet/next-round \
  --header 'Authorization: Bearer <token>'
{
  "start_time": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://second.tech/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

Returns the next round start time

start_time
string<date-time>
required

The next round start time in RFC 3339 format