Tristero Docs
API Reference

List supported assets

Returns the list of supported assets and their current market prices and liquidity information.

GET
/assets

Returns the list of supported assets and their current market prices and liquidity information.

Response Body

application/json

curl -X GET "https://feather-prod.tristero.com/assets"
[
  {
    "AssetName": "string",
    "UsdMarketMid": 0.1,
    "HalfSpread": 0.1,
    "MarketHalfSpread": 0.1,
    "HalfFee": 0.1,
    "MinAmount": 0.1,
    "MaxOutput": 0.1,
    "MaxInput": 0.1,
    "PriceImpactRate": 0.1,
    "CapacityFraction": 0.1,
    "TargetBalance": 0.1,
    "CurrentBalance": 0.1,
    "FundingAddress": "string"
  }
]