Invocation
- Service ID
timestamp- Method
GET- Endpoint
/api/tools/timestamp- Legacy Endpoint
none- MCP Tool
timestamp- Price
- XIAO 0.03
Paid API service
Return the current server time in UTC RFC3339 format and Unix seconds.
timestampGET/api/tools/timestampnonetimestampCall the endpoint without payment to receive HTTP 402 metadata. If payment is required, open xiaopay.top to obtain XIAO, create the guarantee, then retry with X-Payment-Token, an XIAO guarantee header, or MCP paymentToken.
Call GET /api/tools/timestamp once to receive HTTP 402 with accepts[] requirements. Open https://xiaopay.top to obtain XIAO, create an AI wallet guarantee for merchant_id=aivps.lat and merchant_order_id=payment.paymentId, then retry with X402-Guarantee. If you need the legacy reusable token flow, create a payment with POST /api/payments using serviceId="timestamp".
{
"exampleRequest": {},
"exampleResponse": {
"isoTime": "2026-05-26T00:00:00Z",
"unix": 1779753600
},
"inputSchema": {
"properties": {},
"type": "object"
},
"outputSchema": {
"properties": {
"isoTime": {
"format": "date-time",
"type": "string"
},
"unix": {
"type": "integer"
}
},
"type": "object"
}
}