Skip to main content
Coinbase Developer Documentation home page
Search...
⌘K
Ask AI
Get help
Dev portal
Dev portal
Search...
Navigation
Functions
getProjectConfigState
Docs
API Reference
SDKs
Demo Apps
Changelogs
SDKs
Overview
BUILD ONCHAIN
CDP SDKs v2
Backend
Frontend
Overview
@coinbase/create-cdp-app
@coinbase/cdp-core
Overview
Classes
Functions
authenticateWithJWT
buildKeyExportIframeUrl
calculateSecureIframeHeight
cancelMfaVerification
createCDPEmbeddedWallet
createEvmEoaAccount
createEvmKeyExportIframe
createEvmSmartAccount
createIframe
createSolanaAccount
createSolanaKeyExportIframe
createSpendPermission
exportEvmAccount
exportSolanaAccount
fetchWithX402
getAccessToken
getAccessTokenExpiration
getConfig
getCurrentUser
getCurrentUserSync
getEnabledMfaMethods
getEnrolledMfaMethods
getMfaConfig
getMfaConfigState
getProjectConfig
getProjectConfigState
getSecureIframeOrigin
getUserOperation
initialize
initiateMfaEnrollment
initiateMfaVerification
isEnrolledInMfa
isMfaProtectedAction
isMfaRequired
isSecureIframeKeyExportMessage
isSignedIn
linkApple
linkEmail
linkGoogle
linkOAuth
linkSms
listSpendPermissions
onAuthStateChange
onOAuthStateChange
recordMfaEnrollmentPrompted
registerMfaListener
revokeSpendPermission
sendEvmEoaUsdc
sendEvmSmartAccountUsdc
sendEvmTransaction
sendSecureIframeMessage
sendSolanaTransaction
sendSolanaUsdc
sendUsdc
sendUserOperation
signEvmHash
signEvmMessage
signEvmTransaction
signEvmTypedData
signInWithEmail
signInWithOAuth
signInWithSms
signOut
signSolanaMessage
signSolanaTransaction
submitMfaEnrollment
submitMfaVerification
toViemAccount
validatePhoneNumber
validateSecureIframeEnvironment
verifyEmailOTP
verifyOAuth
verifySmsOTP
Interfaces
Type Aliases
Variables
Reference
@coinbase/cdp-hooks
@coinbase/cdp-react
@coinbase/cdp-solana-standard-wallet
@coinbase/cdp-wagmi
CDP SDKs v1
AgentKit
MiniKit
CONSUMER APIs
Coinbase Advanced Trade
INSTITUTIONAL APIs
Coinbase Prime
On this page
Returns
Functions
getProjectConfigState
Copy page
Copy page
Report incorrect code
Copy
Ask AI
function
getProjectConfigState
()
:
null
|
ProjectConfig
;
Gets the project configuration. Returns null if not fetched or not configured.
Returns
null
|
ProjectConfig
The project configuration, or null.
Was this page helpful?
Yes
No
getProjectConfig
Previous
getSecureIframeOrigin
Next
⌘I