v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBOrchestration Address
Retrieve a deposit
Fetch a single deposit by ID. Returns 404 RESOURCE_NOT_FOUND if the deposit doesn't exist, doesn't belong to the named orchestration address, or the orchestration address doesn't belong to the named user.
get/v2/users/{userId}/orchestration-addresses/{orchestrationAddressId}/deposits/{depositId}
Path parameters
userIdstring required
ID of the user
orchestrationAddressIdstring uuid required
ID of the orchestration address.
depositIdstring uuid required
ID of the orchestration deposit. Deterministically derived from the provider's deposit reference and escrow wallet ID, so the same on-chain deposit always maps to the same depositId across webhook re-deliveries.
Response
A single deposit record.