v1
latestOpenAPI 3.0.02026-07-26103425558.9 KBOrchestration Address
Retrieve an orchestration address
Fetch a single orchestration address by ID. Returns 404 RESOURCE_NOT_FOUND if the address doesn't exist or doesn't belong to the specified user — the API never discloses whether a foreign address exists.
get/v2/users/{userId}/orchestration-addresses/{orchestrationAddressId}
Path parameters
userIdstring required
ID of the user
orchestrationAddressIdstring uuid required
ID of the orchestration address.
Response
A single orchestration address record.
Example response
{
"address": "0xAbC0123456789AbCdEf0123456789AbCdEf01234",
"source": {
"chain": "BASE"
},
"thresholdAmount": "100.00",
"balance": {
"currency": "usdc",
"amount": "100.500000"
}
}