Skip to main content
GET
/
tenant
/
{tenantId}
/
token
/
transfers
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "items": [
      {
        "transactionHash": "<string>",
        "transactionHashLink": "<string>",
        "statusName": "<string>",
        "age": "2023-11-07T05:31:56Z",
        "from": "<string>",
        "to": "<string>",
        "amount": 123
      }
    ],
    "cursor": "<string>",
    "page": 123,
    "pageSize": 123
  }
}

Path Parameters

TenantId
integer
required

Query Parameters

tenantId
integer
TokenContractAddress
string
required
Cursor
string
required
PageSize
integer
required
BlockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object