> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rails.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Account Information

> Checking Your Account Information

## Overview

This guide covers how to access your account details using the Rails API, including balances, positions, deposits, withdrawals, open orders, funding fees, and recent trade history. All endpoints require a valid access token. See the [Authorization](/latest/authorization) page for details.

### 1. Account Balances

See [Get Balances](/latest/perps/rest-api/get-account-balances) to view your available, total, and margin balances for each supported market.

### 2. Open Positions

See [Get Positions](/latest/perps/rest-api/get-account-positions) to view your current open positions across all markets.

### 3. Deposits & Withdrawals

See [Get Deposits](/latest/perps/rest-api/get-account-deposits) and [Get Withdrawals](/latest/perps/rest-api/get-account-withdrawals) for your recent deposit and withdrawal transactions.

### 4. Open Orders

See [Get Open Orders](/latest/perps/rest-api/get-account-open-orders) to view all your current open orders.

For more details on order statuses, see [Open Orders](/latest/perps/guides/open-orders).

### 5. Funding Fees

See [Get Fundings](/latest/perps/rest-api/get-account-fundings) for funding fees paid or received.

### 6. Recent Trade History

See [Get Completed Orders](/latest/perps/rest-api/get-account-completed-orders) to view your recent trades.

* Results are sorted and aggregated across all markets
* Each response returns up to 100 items; paginate as needed
* Optional `startDate` and `endDate` query parameters are in milliseconds
* Market filtering is not supported

For real-time trade updates, see [Trade Stream](/latest/perps/websocket-api/transaction-stream).
