Skip to main content
GET
/
tenant
/
{tenantId}
/
reports
/
reserve
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "quantity": 123,
      "quantityUI": 123,
      "total": 123,
      "totalUI": 123,
      "date": "2023-11-07T05:31:56Z",
      "action": "<string>",
      "asset": "<string>",
      "ticker": "<string>",
      "token": "<string>",
      "reserveTransactionID": "<string>",
      "treasureTransactionID": "<string>",
      "issuer": "<string>"
    }
  ]
}

Path Parameters

tenantId
integer
required

Response

OK

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