Skip to content

Conversation

dry-cake
Copy link
Contributor

No description provided.

@llamabutler
Copy link

The aqua-network adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts dexs aqua-network

🦙 Running AQUA-NETWORK adapter 🦙
---------------------------------------------------
Start Date:	Thu, 28 Aug 2025 11:46:52 GMT
End Date:	Fri, 29 Aug 2025 11:46:52 GMT
---------------------------------------------------

STELLAR 👇
Backfill start time: 1/7/2024
Daily volume: 760.86 k
Daily fees: 964
Daily revenue: 482
Daily protocol revenue: 0
End timestamp: 1756468011 (2025-08-29T11:46:51.000Z)

@g1nt0ki g1nt0ki self-assigned this Aug 29, 2025
@llamabutler
Copy link

The aqua-network adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts dexs aqua-network

🦙 Running AQUA-NETWORK adapter 🦙
---------------------------------------------------
Start Date:	Thu, 28 Aug 2025 00:00:00 GMT
End Date:	Fri, 29 Aug 2025 00:00:00 GMT
---------------------------------------------------

STELLAR 👇
Backfill start time: 1/7/2024
Daily volume: 760.86 k
Daily fees: 964
Daily holders revenue: 482
Daily revenue: 482
Daily protocol revenue: 0

@llamabutler
Copy link

The aqua-network adapter exports:

> [email protected] test
> ts-node --transpile-only cli/testAdapter.ts dexs aqua-network

🦙 Running AQUA-NETWORK adapter 🦙
---------------------------------------------------
Start Date:	Thu, 28 Aug 2025 00:00:00 GMT
End Date:	Fri, 29 Aug 2025 00:00:00 GMT
---------------------------------------------------

STELLAR 👇
Backfill start time: 1/7/2024
Daily volume: 760.86 k
Daily fees: 964
Daily supply side revenue: 482
Daily revenue: 482
Daily holders revenue: 482
Daily protocol revenue: 0

Copy link
Member

@g1nt0ki g1nt0ki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dry-cake thanks for the PR but I have reverted it back to use version 1 because, the api returns daily data not for a arbitrary time range (per-requsite for v2 adapters)

date: string;
protocol_fees: number;
lp_fees: number;
external_rewards: number;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this field and why is counted as fees?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, whats the difference between protocol fees & lp fees? do the LPs get aqua rewards on top of the swap fees or instead of the swap fees?

Also, can you please add the "methodology" field 🙏

Copy link
Contributor Author

@dry-cake dry-cake Aug 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, we can add timestamps range from - to for each day, it's only restriction from moving to v2?
It should be unixtime timestamp, right?

Copy link
Contributor Author

@dry-cake dry-cake Sep 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@g1nt0ki ^ 👀

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, unix timestamp in seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants