Gets transfers (paginated)
This is an object representing a paginated list of transfers (transactions) completed on hashport. You can retrieve it find transactions and the details of each transaction.
tip
By providing a filter.transactionId
query parameter, you can check if a new transaction has been verified by the validator swarm.
Query Parameters
- page integer required
Page number - starts from 1
- pageSize integer required
Page size - max 50
- filter.originator string
Originator address or account ID
- filter.timestamp string
Timestamp in RFC3339Nano format
- filter.tokenId string
Token ID or token address
- filter.transactionId string
Transaction ID or transaction hash
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
items object[]
amount stringfee stringisNft booleanmetadata stringnativeAsset stringnativeChainId integeroriginator stringreceiver stringserialNum integersourceAsset stringsourceChainId integerstatus stringtargetAsset stringtargetChainId integertimestamp stringtransactionId string- totalCount integer
Bad Request
- application/json
- Schema
Schema
- msg string
- statusCode integer
Internal Server Error