Skip to main content
GET
Get customer portfolio by customerId

Path Parameters

id
string
required

Response

The customer portfolio has been successfully retrieved

id
string
required

Unique identifier for the customer object.

Example:

"customer_c7a968e665d9"

object
string
required

A string that specifies the type of the object. All objects of the same type share this value.

Example:

"customer"

verificationStatus
enum<string>
required

The verification status of the customer

Available options:
INCOMPLETE,
IN_PROGRESS,
COMPLETED
Example:

"IN_PROGRESS"

wallets
object[]
required

The wallet associated with the customer

type
enum<string>
required

This is the type of the customer

Available options:
INDIVIDUAL,
ORGANIZATION
Example:

"INDIVIDUAL"

countryCode
object
required

The country code of the address, following the ISO 3166-1 alpha-2 standard

Example:

"US"

hasCompletedMoneriumSetup
boolean
required

Indicates whether the customer has completed the Monerium setup

Example:

true

referralCode
string
required

The unique referral code associated with the customer

Example:

"REF123456"

createdAt
string<date-time>
required

The date and time when the customer was created

Example:

"2023-10-01T12:00:00Z"

username
string
required

The username of the customer

Example:

"john_doe"

name
string

The name of the customer

Example:

"John Doe"

email
string

The email of the customer

Example:

"john.doe@example.com"

phone
string

The phone number of the customer

Example:

"+1234567890"

metadata
object

The metadata of the customer

Example:
address
object

The address of the customer

Example: