v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-account activity
Get a single sub-account transaction activity
This operation allows the client to fetch a specific transaction activity by its ID.
get/ledger/subaccounts/{subAccountIdRef}/activities/{activityId}
Path parameters
subAccountIdRefstring required
The unique onboard sub-account ID or reference
activityIdstring uuid required
The unique transaction activity ID
Response
Activity fetched successfully
Example response
{
"amount": 100,
"currency": "USD"
}