# Fusion Developer Platform ## Docs - Getting started with Fusion [Overview](https://docs.fusion.bitpanda.com/overview-363383m0.md): - Getting started with Fusion [API key generation](https://docs.fusion.bitpanda.com/api-key-generation-363384m0.md): - Getting started with Fusion [Rate limits](https://docs.fusion.bitpanda.com/rate-limits-370893m0.md): - API [Getting started](https://docs.fusion.bitpanda.com/getting-started-370709m0.md): - MCP [Getting started](https://docs.fusion.bitpanda.com/getting-started-370710m0.md): - MCP [Available tools](https://docs.fusion.bitpanda.com/available-tools-370711m0.md): - CLI [Getting Started](https://docs.fusion.bitpanda.com/getting-started-370717m0.md): - CLI [Commands](https://docs.fusion.bitpanda.com/commands-370718m0.md): ## API Docs - API > Market data [Get server time](https://docs.fusion.bitpanda.com/get-server-time-4295526e0.md): Returns the current server time as a Unix timestamp in milliseconds. Useful for clock synchronisation before signing requests. - API > Market data [Get tickers](https://docs.fusion.bitpanda.com/get-tickers-4295527e0.md): Returns current mid price and 24h statistics (high, low, volume) for all trading pairs, optionally filtered by pair name. - API > Market data [Get trading pairs](https://docs.fusion.bitpanda.com/get-trading-pairs-4295528e0.md): Returns all active trading pairs along with their constraints (min/max order size, price and quantity precision, supported order types). Optionally filter to a single pair by symbol. - API > Market data [Get orderbook](https://docs.fusion.bitpanda.com/get-orderbook-4205406e0.md): Returns a snapshot of the order book (bids and asks) for the specified trading pair. - API > Market data [Get candles](https://docs.fusion.bitpanda.com/get-candles-4311313e0.md): Returns historical OHLCV (open, high, low, close, volume) candlestick data for the specified trading pair. Optionally filter by time range or limit the number of bars returned, counted back from the end time. - API > Market data [Get assets](https://docs.fusion.bitpanda.com/get-assets-4295529e0.md): Returns the list of supported assets (crypto and fiat) with their metadata. Optionally filter to one or more symbols via the `asset` query parameter. - API > Account [Get account](https://docs.fusion.bitpanda.com/get-account-4295525e0.md): Returns the authenticated account's current fee tier and 30-day trading volume. - API > Account [Get account balances](https://docs.fusion.bitpanda.com/get-account-balances-4204527e0.md): Returns the authenticated account's asset balances, including available and locked amounts. - API > Trading > Orders [Get orders](https://docs.fusion.bitpanda.com/get-orders-4203921e0.md): Returns the authenticated account's orders, filtered by the provided query parameters. - API > Trading > Orders [Create order](https://docs.fusion.bitpanda.com/create-order-4204526e0.md): Submits a new order for execution. The order is processed asynchronously and the response returns the created order's identifier. - API > Trading > Orders [Get order by ID](https://docs.fusion.bitpanda.com/get-order-by-id-4203922e0.md): Returns a single order by its identifier. - API > Trading > Orders [Cancel order by ID](https://docs.fusion.bitpanda.com/cancel-order-by-id-4203923e0.md): Cancels a single open order by its identifier. - API > Trading > Trades [Get trades](https://docs.fusion.bitpanda.com/get-trades-4203920e0.md): Returns the authenticated account's trade history, filtered by the provided query parameters. - API > Trading > Trades [Get trade by ID](https://docs.fusion.bitpanda.com/get-trade-by-id-4311314e0.md): Retrieves a single trade by its unique identifier.