v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBOrchestration Address
Retrieve a batch
Fetch a single batch by ID. Returns 404 RESOURCE_NOT_FOUND if the batch 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}/batches/{batchId}
Path parameters
userIdstring required
ID of the user
orchestrationAddressIdstring uuid required
ID of the orchestration address.
batchIdstring uuid required
ID of the orchestration batch.
Response
A single batch record (with its included deposit IDs and the linked offramp).
Example response
{
"totalAmount": "150.000000"
}