Skip to main content
POST
Start signing-key enrollment challenge

Authorizations

X-API-Key
string
header
required

Partner API key. Sandbox keys start with is_test_; production keys start with is_live_. Keys are not interchangeable across environments. Send on every request. Never expose in browser or mobile clients.

Path Parameters

customer_id
string
required

Public customer id returned on create

Example:

"pcus_a1b2c3d4e5f6"

Body

application/json
address
string
required

EVM address (0x + 40 hex) to register as the customer's signing key.

Required string length: 42
Example:

"0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe"

Response

Signing key challenge created

status
enum<string>
required
Available options:
success
message
string
required
data
object
required