Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

function parseValuesFromPhoneNumber(phoneNumber: string, countryCode?: CountryCode): PhoneNumber;
Parse a phone number into a phone number object.

Parameters

ParameterTypeDescription
phoneNumberstringThe phone number to parse.
countryCode?CountryCodeThe country code to parse the phone number for.

Returns

PhoneNumber A phone number object.