ledger-transfer
Get internal transfer by reference
This operation allows the client to fetch an internal transfer by its reference ID.
get/ledger/internal-transfers/{referenceId}
Path parameters
referenceIdstring required
The transaction or transfer reference ID
Response
Internal transfer fetched successfully
Example response
{
"reference": "ITR123456",
"amount": 100,
"currency": "USD"
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
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
- ○