Skip to main content
POST
Create a contact

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
address
string
required

Wallet/account address. Lowercased and indexed for lookup.

Required string length: 1 - 255
name
string

Display name (e.g. "Binance Hot Wallet")

Maximum string length: 255
chain
string

Chain identifier (optional, e.g. "eth")

Maximum string length: 63

Response

Contact created successfully

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