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

# Stocks overview

> Follow the asset, quote, order, and position workflow.

[Stablecoin Account API Publisher Disclaimer](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

Stocks is a product within Stablecoin Account. Start with an asset, create a quote, submit an order, and reconcile the result against your holdings.

## Call sequence

| Step                  | API                                                                                                                           | What to pass to the next step                                                           |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| 1. Select an asset    | [List assets](/stocks/api-reference/list-assets) → [Retrieve asset](/stocks/api-reference/retrieve-asset)                     | Save `asset_id`; check `can_buy`, `can_sell`, and supported funding currencies.         |
| 2. Get a quote        | [Create quote](/stocks/api-reference/create-quote)                                                                            | Send `asset_id`, trade direction, and amount or quantity. Save the returned `quote_id`. |
| 3. Place the order    | [Create order](/stocks/api-reference/create-order)                                                                            | Send `quote_id` and your optional `client_reference`. Save `order_id`.                  |
| 4. Follow the result  | [Retrieve order](/stocks/api-reference/retrieve-order) and [Stocks order Webhook](/stocks/webhooks/order)                     | Track `order_id` until `SUCCESS` or `FAILED`.                                           |
| 5. Reconcile holdings | [List positions](/stocks/api-reference/list-positions) and [List position events](/stocks/api-reference/list-position-events) | Query the asset holding and the changes associated with `order_id`.                     |

[Select an asset](/stocks/guide/integration) before following [Quotes and orders](/stocks/guide/quotes-and-orders). For order recovery and reconciliation, see [Orders and positions](/stocks/guide/orders-and-positions).

## Supporting queries

* [Retrieve price history](/stocks/api-reference/retrieve-price-history) supplies chart data for an asset. Reference prices are not executable quotes.
* [List orders](/stocks/api-reference/list-orders) finds an order by your reference or lists order history.
* [List corporate actions](/stocks/api-reference/list-corporate-actions) explains applied asset adjustments when reviewing position changes.
