---
title: "Get the latest spot price for SYMBOL/USD"
method: GET
path: "/money/spot_price"
tags: ["money", "spot-price"]
---

# Get the latest spot price for SYMBOL/USD

`GET /money/spot_price`

Requires a provisioned Go-Account. BTC pulls the live custody-venue BTC/USDC spot; WTGXX, FLTTX and WTSIX pull the WisdomTree NAV; any other symbol is invalid.

## Query parameters

- `symbol` string, required

## Response `200`

OK

- SpotPricesGetSpotPriceOutput
  - `price` string
  - `price_view` MoneyfmtMoneyAmountView
    - `float` number, double, required
    - `formatted` MoneyfmtFormattedMoneyAmountView, required
      - `compact` string, required
      - `currency_sign` string, required
      - `currency_sign_position` string, required
      - `full` string, required
    - `precise` string, required
    - `symbol` string, required
    - `zero` boolean, required
  - `symbol` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/3feea260296c/schema)
