Create an account
Creates a new account for the given owner. The account owner type is determined by the project account ownership mode (USER or COMPANY). The owner must have an approved application (KYC for users, KYB for companies). For projects that provision user wallets (USER_FUNDED funding model), deposit addresses are created on all enabled chains and signer data is required (address + signed auth message from GET /accounts/auth-message). For projects without user wallets (PROGRAM_FUNDED funding model), no deposit addresses are provisioned and signers are not required.
Authorizations
API key as Bearer token
Headers
API version (YYYY-MM-DD)
2025-02-14 "2025-02-14"
Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).
1 - 255Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).
1 - 255Body
Owner entity ID. Must be a user ID or company ID, depending on the project's account ownership mode.
Signer configurations per protocol. Required for projects that provision user wallets (USER_FUNDED funding model); omitted for projects without user wallets (PROGRAM_FUNDED). The signer authorizes withdrawals from the account. Use GET /accounts/auth-message to get the message to sign.
Response
Response for status 200
Unique account identifier
Current account status
ACTIVE, RESTRICTED "ACTIVE"
Type of entity that owns this account
USER, COMPANY, PROJECT "USER"
Owner entity ID (user or company). Null for PROJECT-owned master accounts.
Deposit addresses by chain. Empty for accounts without provisioned wallets (user accounts on PROGRAM_FUNDED projects).
ISO 8601 timestamp of creation
"2024-01-15T10:30:00Z"
ISO 8601 timestamp of last update
"2024-01-15T10:35:00Z"