Skip to main content
GET
cURL
View all transfers associated with a specific onboarding. Useful to track the complete transfer chain, including reversals.

Response Format

  • Returns an array of onboardingTransferResponse objects
  • Ordered by created_at DESC (most recent first)
  • Includes transfers where onboarding is either origin or destination
  • Empty array [] if no transfers found

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Headers

x-account-code
string

The account_id found in your Yuno Dashboard (UUID).

Path Parameters

onboarding_id
string
required

The onboarding id returned from the create onboarding endpoint (UUID).

Response

id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

origin_onboarding
object
destination_onboarding
object
created_at
string
Example:

"2026-01-15T16:59:22.996009Z"

updated_at
string
Example:

"2026-01-15T16:59:23.734739Z"