Skip to content

Commit c591705

Browse files
committed
Enhances transaction history retrieval
Improves the fetching of account transaction history from graphql by optimizing the query and processing logic. Pagination issues fixed
1 parent 71cf951 commit c591705

File tree

3 files changed

+3775
-6512
lines changed

3 files changed

+3775
-6512
lines changed

dextools-api/clients/graphql.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const GET_ACCOUNT_TRANSACTIONS = gql`
2424
}
2525
edges {
2626
node {
27+
creationTime
2728
amount
2829
moduleName
2930
requestKey
@@ -37,6 +38,8 @@ const GET_ACCOUNT_TRANSACTIONS = gql`
3738
}
3839
gas
3940
continuation
41+
badResult
42+
goodResult
4043
}
4144
}
4245
cmd {

0 commit comments

Comments
 (0)