v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBTransfers
Get Internal Transfer by Idempotency Key
Retrieve an internal transfer by idempotency_key for a customer
get/v1/customers/{customer_id}/transfers
Path parameters
customer_idstring required
Customer ID (sender or receiver)
Query parameters
idempotency_keystring required
HTTP Idempotency-Key header value. Stricter than other IDs: ≤64 ASCII chars per the common REST API convention.
The idempotency key used during resource creation. Used to safely retrieve or check the status of a resource after creation, especially useful for handling network failures or timeout scenarios.
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"
}