time
Return the current server time from Trader API.
Last updated
Return the current server time from Trader API.
GET ./api/v1/system/time
-
-
-
curl --header "Authorization: $AUTH_HEADER" \
'https://ny.solana.dex.blxrbdn.com/api/v1/system/time'timestamp
google.protobuf.Timestamp
Current server timestamp in RFC 3339 format.
Response Example:
{
"timestamp":"2026-04-16T20:21:16Z"
}Last updated