time

Return the current server time from Trader API.

Request

Method:

GET ./api/v1/system/time

Parameters:

Parameter
Type
Description

-

-

-

Request example:

curl --header "Authorization: $AUTH_HEADER" \
'https://ny.solana.dex.blxrbdn.com/api/v1/system/time'

Response:

Fields:

Fields
Type
Description

timestamp

google.protobuf.Timestamp

Current server timestamp in RFC 3339 format.

Response Example:

{
   "timestamp":"2026-04-16T20:21:16Z"
}

Last updated