1. Market data
Fusion Developer Platform
  • Getting started with Fusion
    • Overview
    • API key generation
    • Rate limits
  • API
    • Getting started
    • Market data
      • Get server time
        GET
      • Get tickers
        GET
      • Get trading pairs
        GET
      • Get orderbook
        GET
      • Get candles
        GET
      • Get assets
        GET
    • Account
      • Get account
      • Get account balances
    • Trading
      • Orders
        • Get orders
        • Create order
        • Get order by ID
        • Cancel order by ID
      • Trades
        • Get trades
        • Get trade by ID
  • MCP
    • Getting started
    • Available tools
  • CLI
    • Getting Started
    • Commands
  1. Market data

Get server time

GET
https://api.fusion.bitpanda.com/v1/time
Returns the current server time as a Unix timestamp in milliseconds. Useful for clock synchronisation before signing requests.

Request

Header Params

Responses

🟢200
application/json
OK
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.fusion.bitpanda.com/v1/time' \
--header 'x-api-key: <YOUR_API_KEY>'
Response Response Example
{
    "epochMs": 1746441600000,
    "iso": "2026-05-05T12:00:00.000Z"
}
Modified at 2026-06-26 13:06:15
Previous
Getting started
Next
Get tickers
Built with