Skip to main content

Endpoint

POST /info

Request Body

ParameterTypeDescription
type*stringMust be "assets"
user*stringUser wallet address

Response

[
  {
    "asset": "00012710",
    "segregated": "0",
    "total": "10000.00",
    "coin": "USDC",
    "ltv": "1"
  }
]

Response Fields

FieldTypeDescription
assetstring8-char AssetId hex string
segregatedstringSegregated balance
totalstringTotal balance
coinstringDisplay symbol
ltvstringLoan-to-value ratio derived from collateral policy

Notes

  • The response no longer includes a hold field. - asset is serialized without a 0x prefix.