v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBTransfers
Get Internal Transfer
Retrieve a specific internal transfer by transaction ID for a customer
get/v1/customers/{customer_id}/transfers/{transaction_id}
Path parameters
customer_idstring required
Customer ID (sender or receiver)
transaction_idstring required
Transaction ID
Response
Example response
{
"transaction_id": "aac5201f-7f1c-11f0-b018-de09fc637374",
"amount": "100.50",
"asset": "USDC",
"from_customer_id": "14f20ebd-893b-11f0-b308-2eaa4f6974f2",
"from_account_id": "BZ-A2C4-9XPN",
"to_customer_id": "14f20ebd-893b-11f0-b308-2eaa4f6974f2",
"to_account_id": "BZ-A2C4-9XPN",
"memorandum": "Payment for services",
"created_at": "2025-08-21T07:56:57.981Z",
"modified_at": "2025-08-21T07:56:57.981Z"
}