ledger-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"
}Changes
Changed in 2 of the 7 revisions of this API.12
- ●
added the new
CARD_ACCOUNTenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○