Create Proxy
Create Proxy
Create a new proxy to sign orders. Returns an API secret for private account access. Requires EOA signature, see EOA signing.
POST
Create Proxy
Request Weight: 1
Body
application/json
Proxy creation request.
Signature in hex format
Example:
"0x1234567890..."
Salt
Example:
1234567890
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
Human-readable label for a proxy key or internal transfer
Example:
"trading-bot"
Referral or invite code
Example:
"ABC123"