Skip to main content
POST
Create a chain wallet

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

Body

application/json
name
string
required

Display name for the wallet (1-256 chars).

Required string length: 1 - 256
address
string
required

Wallet address. The chain is auto-detected from the address. Never send chain explicitly.

Minimum string length: 1
dateFrom
integer
required

Start of the initial sync window (unix seconds).

dateTo
integer
required

End of the initial sync window (unix seconds).

Response

Wallet created successfully

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on July 10, 2026