Skip to main content
GET
curl
The response body shown here is a static example, not live data. After you click Send, your live result appears in a separate panel headed 200 OK. The panel under the status-code tabs is a fixed sample from the spec — its field values (fees, prices, sizes, IDs, timestamps) are placeholders. Use Send, or call the endpoint, for current values.
Returns the spot collateral assets (wire schema v52) — the assets accepted as multi-asset collateral for lending, NOT tradable order books. A separate id namespace from perpetual marketId. Optionally filter to a single asset.

Query Parameters

spotAsset
string

Restrict results to a single spot collateral asset. Accepts either the display name (e.g. SPY-USD-SPOT, case-insensitive) or the numeric spot asset id (e.g. 1). Omit to return every asset. An unresolvable value (including the reserved USDG quote slot 0, which is not a collateral asset) → 400.

Example:

"SPY-USD-SPOT"

Response

Spot collateral assets list.

spotAssets
object[]
required

Spot collateral assets — the assets accepted as multi-asset collateral for lending, NOT tradable order books. Separate id namespace from perp marketId. Empty array in deployments with no spot assets.