-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi team!
when using /quote/v2 deposit addresses to accept user deposits into app
From the docs:
- The same depositAddress is returned for the same route
- A single deposit address can be reused safely for that route
- Each /quote/v2 call returns a new requestId
product flow is:
- We generate a deposit address once per user per route
- Users may reuse this address multiple times for deposits
- Each deposit is a separate on-chain transaction
Q/P:
Users will not always initiate a new /quote/v2 request before sending funds, so in many cases we do not have a new requestId available upfront to track the deposit lifecycle
Because of this, it would be much simpler to:
- Track a deposit address directly
- Poll or query an API that returns:
- all deposits received by a given depositAddress
- their execution / bridge status
- source tx hash → destination tx hash mapping (if available)
Q:
Is there (or are there plans for) an API that allows querying all recent deposits and their statuses for a given deposit address, without requiring a requestId per deposit?
Would be really useful
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels