-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
endpoint: /transactions
queryParams: {
ethAddress?: ""
availAddress?: ""
page?: 3
pageSize?: 25
}
response: {
result: [
{
sourceChain: "AVAIL", // "ETHEREUM"
destinationChain: "ETHEREUM", // "AVAIL"
messageId: 24,
status:"IN PROGRESS" // "READY_TO_CLAIM" // "CLAIMED" // "FAILED"
sourceTransactionHash: "0xabc",
sourceTransactionBlockNumber: 123,
sourceTransactionIndex: 2,
sourceTransactionTimestamp: date,
sourceTokenAddress: "0xabc",
destinationTransactionHash: "0xabc",
destinationTransactionBlockNumber: 123,
destinationTransactionTimestamp: date,
destinationTransactionIndex: 123,
destinationTokenAddress: "0xabc",
depositorAddress: "0xabc",
receiverAddress: "0xabc",
amount: 1234,
message: "0x",
dataType: "ERC20",
blockHash: "0xabc"
},
{}
],
paginationData: {
hasNextPage: true
page: 0
pageSize: 25
totalCount: 100
}
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request