Skip to main content
POST
Create Proxy

Body

application/json

Proxy creation request.

op
object
required
sig
string
required

Signature in hex format

Example:

"0x1234567890..."

salt
integer
required

Salt

Example:

1234567890

ts
integer
required

Request timestamp. Unix milliseconds for most operations; Unix seconds for withdrawals (must match the on-chain EIP-712 struct verified against block.timestamp).

Example:

1767225600000

label
string

Human-readable label for a proxy key or internal transfer

Example:

"trading-bot"

code
string

Referral or invite code

Example:

"ABC123"

Response

Proxy creation response.

status
enum<string>
required
Available options:
ok
secret
string
required

API secret

Example:

"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"