Skip to main content
GET
/
tenant
/
{tenantId}
/
holdings
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "assets": [
      {
        "asset": "<string>",
        "network": "<string>",
        "blockchainId": 123,
        "networkIcon": "<string>",
        "ticker": "<string>",
        "contractAddress": "<string>",
        "walletsCount": 123,
        "holdings": 123,
        "maxTotalSupply": 123,
        "value": 123,
        "holdersCount": 123,
        "totalTransfers": 123,
        "price": 123,
        "onchainMarketCap": 123,
        "circulatingSupply": 123
      }
    ]
  }
}

Path Parameters

tenantId
integer
required

Query Parameters

TenantId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object