Skip to main content
GET
/
tenant
/
{tenantId}
/
reports
/
treasure
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "date": "2023-11-07T05:31:56Z",
      "ticker": "<string>",
      "token": "<string>",
      "network": "<string>",
      "networkIcon": "<string>",
      "operation": "<string>",
      "status": "<string>",
      "amount": 123,
      "amountUI": 123,
      "total": 123,
      "totalUI": 123,
      "walletAddress": "<string>",
      "walletName": "<string>",
      "treasuryTransactionId": "<string>",
      "treasuryTransactionUniqueId": "<string>",
      "transactionHash": "<string>",
      "transactionHashLink": "<string>"
    }
  ]
}

Path Parameters

tenantId
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null