For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Join CommunityStart Trading
HomeOverviewTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
HomeOverviewTradingRisk & LiquidationsParadex ChainEcosystemREST APIWebSocket APIAgentic AI HubRelease Notes
  • General Information
    • Server Location
    • Server URLs
    • Quick Start
    • Authentication
    • Rate Limits
    • Benchmarks
    • API Authentication
    • API Best Practices
  • Production API Reference
  • Testnet API Reference
        • GETGet all announcements
        • GETGet system config
        • GETGet system state
        • GETGet system time (unix milliseconds)
  • Useful Resources
    • Paradex Github
    • Paradex CLI
    • Code Samples
    • Python SDK
    • CCXT Integration
Join CommunityStart Trading
Testnet API ReferenceSystem

Get system time (unix milliseconds)

GET
https://api.testnet.paradex.trade/v1/system/time
GET
/v1/system/time
$curl -X GET https://api.testnet.paradex.trade/v1/system/time \
>-H 'Accept: application/json' \
200Retrieved
1{
2 "server_time": "1681493415023"
3}
Get the current time in the Paradex
Was this page helpful?
Previous

Trade tape

Next
Built with

Response

OK
server_timestring
Paradex Server time