# Funding Perpetuals Documentation > Product guides, settings reference, and developer API documentation for Funding Perpetuals. ## Docs - [Funding Perpetuals Documentation](https://docs.fundingperpetuals.com/index.md): Learn how to start a challenge, trade simulated perpetual futures, manage risk, configure your account, and use the developer API. - [Guides](https://docs.fundingperpetuals.com/guides/index.md): Task-oriented guides for starting, trading, completing challenges, using copy trading, and solving common problems. - [Getting Started](https://docs.fundingperpetuals.com/guides/getting-started.md): Choose a challenge, understand its terms, open the trading workspace, and place your first simulated perpetual-futures trade. - [Trading Guide](https://docs.fundingperpetuals.com/guides/trading-guide.md): Understand simulated order execution, sizing, margin, leverage, Take Profit and Stop Loss, and the safeguards around each trade. - [Challenges and Rules](https://docs.fundingperpetuals.com/guides/challenges-and-rules.md): Understand evaluation stages, profit targets, loss and drawdown rules, account states, funded progression, and payout-specific requirements. - [Copy Trading Guide](https://docs.fundingperpetuals.com/guides/copy-trading-guide.md): Create a same-owner copy-trading group, choose a lead and followers, set risk multipliers, and understand independent follower checks. - [Troubleshooting and FAQ](https://docs.fundingperpetuals.com/guides/troubleshooting-and-faq.md): Diagnose common problems with orders, account access, copy trading, notifications, app installation, purchases, and invoices. - [Glossary](https://docs.fundingperpetuals.com/guides/glossary.md): Definitions for perpetual futures, challenge rules, trading controls, copy trading, and Funding Perpetuals account states. - [Challenge Lifecycle](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/index.md): Follow a Funding Perpetuals challenge from purchase through evaluation, funding, payouts, and account history. - [Buying a Challenge](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/buying-a-challenge.md): Compare challenge terms, complete checkout, understand payment states, and find the evaluation account after purchase. - [Evaluation Progress](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/evaluation-progress.md): Read the dashboard, track pass requirements, complete multi-step evaluations, and understand when an account passes. - [Breaches and Next Steps](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/breaches-and-next-steps.md): Understand a failed evaluation, identify the final constraint, preserve the account record, and decide what to do next. - [Becoming Funded](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/becoming-funded.md): Complete identity verification, sign the customer agreement, follow funding review, and open the issued funded account. - [Payouts](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/payouts.md): Read funded payout terms, complete Rise onboarding, clear eligibility gates, submit a request, and understand its effect on the account. - [Billing and Rewards](https://docs.fundingperpetuals.com/guides/challenge-lifecycle/billing-and-rewards.md): Find challenge orders and invoices, understand purchase statuses, and use reward cases, FP Points, and campaigns when available. - [Settings](https://docs.fundingperpetuals.com/settings/index.md): Configure your account, public profile, language, appearance, trading defaults, copy trading, API keys, notifications, and purchase history. - [Profile Settings](https://docs.fundingperpetuals.com/settings/profile.md): Update your profile photo and username, connect social accounts, and maintain the legal identity attached to your account. - [Public Profile Settings](https://docs.fundingperpetuals.com/settings/public-profile.md): Enable a public trading profile, select included challenge accounts and performance fields, and control visibility and indexing. - [Language Settings](https://docs.fundingperpetuals.com/settings/language.md): Choose the language Funding Perpetuals uses and understand how the selection changes the current app route. - [Appearance Settings](https://docs.fundingperpetuals.com/settings/appearance.md): Control animated background effects and install Funding Perpetuals as a web app on supported devices. - [Trading Settings](https://docs.fundingperpetuals.com/settings/trading.md): Configure order-ticket defaults, server-enforced execution protection, trade confirmations, and on-screen trading notifications. - [Copy Trading Settings](https://docs.fundingperpetuals.com/settings/copy-trading.md): Create and manage same-owner copy-trading groups, select lead and follower accounts, and set balance-adjusted multipliers. - [API Key Settings](https://docs.fundingperpetuals.com/settings/api-keys.md): Create, copy, and revoke credentials for programmatic trading through the Funding Perpetuals REST API. - [Notification Settings](https://docs.fundingperpetuals.com/settings/notifications.md): Choose sounds for trading events, control volume and event toggles, and upload, preview, rename, or delete custom audio. - [Purchase History](https://docs.fundingperpetuals.com/settings/purchase-history.md): Search and filter challenge purchases, review price and discount details, export history, and open available invoices. - [Quickstart](https://docs.fundingperpetuals.com/quickstart.md): Create an API key, get a quote, and submit a market order. - [Trading with the API](https://docs.fundingperpetuals.com/trading-with-api.md): Place and manage every order type available in the trading terminal. - [Authentication](https://docs.fundingperpetuals.com/authentication.md): Authenticate requests with a Funding Perpetuals API key. - [Idempotency](https://docs.fundingperpetuals.com/idempotency.md): Retry order creation without accidentally placing a duplicate order. - [Pagination](https://docs.fundingperpetuals.com/pagination.md): Walk recent order history with a bounded opaque cursor. - [Errors and Rate Limits](https://docs.fundingperpetuals.com/errors-and-rate-limits.md): Handle API errors, trading rejections, and request budgets. - [API Reference](https://docs.fundingperpetuals.com/api-reference.md): The v1 REST API contract and interactive endpoint reference. - [Get API information](https://docs.fundingperpetuals.com/api-reference/general/get-api-information.md) - [List challenge accounts](https://docs.fundingperpetuals.com/api-reference/accounts/list-challenge-accounts.md): Returns the authenticated user's non-archived challenge accounts. - [Get a challenge account](https://docs.fundingperpetuals.com/api-reference/accounts/get-a-challenge-account.md) - [List tradable markets](https://docs.fundingperpetuals.com/api-reference/markets/list-tradable-markets.md): Returns the selected execution venue for each currently tradable instrument. - [Get a tradable market](https://docs.fundingperpetuals.com/api-reference/markets/get-a-tradable-market.md) - [Get an execution quote](https://docs.fundingperpetuals.com/api-reference/markets/get-an-execution-quote.md): Returns the best bid, best ask, and midpoint from a fresh authoritative execution book. URL-encode the pipe in a market ID when it is used in the path. - [List open positions](https://docs.fundingperpetuals.com/api-reference/positions/list-open-positions.md) - [Get a position](https://docs.fundingperpetuals.com/api-reference/positions/get-a-position.md) - [Close part or all of a position](https://docs.fundingperpetuals.com/api-reference/positions/close-part-or-all-of-a-position.md): Resolves the current position side, leverage, and margin mode on the server and submits a reduce-only market, limit, or conditional order. Omit size to close the complete current position. - [Atomically update position TP/SL orders](https://docs.fundingperpetuals.com/api-reference/positions/atomically-update-position-tpsl-orders.md): Applies a stale-snapshot-guarded batch of place, modify, and cancel operations. New opposite-group legs can be paired as OCO orders. - [Set the position's extra isolated margin](https://docs.fundingperpetuals.com/api-reference/positions/set-the-positions-extra-isolated-margin.md): Sets a desired total rather than applying a delta, making an identical retry safe. Reductions use a fresh authoritative book and reject when the new liquidation risk would be unsafe. - [List recent orders](https://docs.fundingperpetuals.com/api-reference/orders/list-recent-orders.md): Returns newest orders first with a bounded opaque cursor. - [Place a standard or advanced order](https://docs.fundingperpetuals.com/api-reference/orders/place-a-standard-or-advanced-order.md): Places market, limit, chase, stop, take, take-profit, or external conditional orders through the authoritative paper-trading engine. The idempotency key is committed transactionally with the order. Omit type for the original market-order behavior. - [Get an order](https://docs.fundingperpetuals.com/api-reference/orders/get-an-order.md) - [Cancel a working order](https://docs.fundingperpetuals.com/api-reference/orders/cancel-a-working-order.md): Cancels a resting order or queues cancellation for an armed order. - [Modify a working order](https://docs.fundingperpetuals.com/api-reference/orders/modify-a-working-order.md): Reprices a modifiable order and optionally changes its size. - [Update TP/SL attached to a resting limit entry](https://docs.fundingperpetuals.com/api-reference/orders/update-tpsl-attached-to-a-resting-limit-entry.md): Set a leg with a positive price or remove it with null. - [List fills in settlement order](https://docs.fundingperpetuals.com/api-reference/fills/list-fills-in-settlement-order.md) - [List active TWAP and VWAP orders](https://docs.fundingperpetuals.com/api-reference/strategy-orders/list-active-twap-and-vwap-orders.md) - [Create a TWAP or VWAP order](https://docs.fundingperpetuals.com/api-reference/strategy-orders/create-a-twap-or-vwap-order.md) - [Get a TWAP or VWAP order](https://docs.fundingperpetuals.com/api-reference/strategy-orders/get-a-twap-or-vwap-order.md) - [Stop future TWAP or VWAP slices](https://docs.fundingperpetuals.com/api-reference/strategy-orders/stop-future-twap-or-vwap-slices.md) - [List scaled-order parents](https://docs.fundingperpetuals.com/api-reference/strategy-orders/list-scaled-order-parents.md) - [Create a scaled price ladder](https://docs.fundingperpetuals.com/api-reference/strategy-orders/create-a-scaled-price-ladder.md) - [Get a scaled order and its rungs](https://docs.fundingperpetuals.com/api-reference/strategy-orders/get-a-scaled-order-and-its-rungs.md) - [Cancel a scaled order and its working rungs](https://docs.fundingperpetuals.com/api-reference/strategy-orders/cancel-a-scaled-order-and-its-working-rungs.md) ## OpenAPI Specs - [openapi](https://docs.fundingperpetuals.com/openapi.yaml)