Delegate Signer
Delegate Signer
Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Private User Data
Delegate Signer
Delegate Signer
Limit: 1 requests per second
POST /v1/delegate_signer
POST
/
v1
/
delegate_signer
curl --request POST \
--url https://api-evm.orderly.org/v1/delegate_signer \
--header 'Content-Type: application/json' \
--data '{
"message": {
"delegateContract": "0xaddress",
"brokerId": "woofi_pro",
"chainId": 421613,
"timestamp": 1704879369551,
"registrationNonce": 161111791392,
"txHash": "0xtxhash"
},
"signature": "0x8668447f28534dc1b76566e41f5fcdeb6b131355b9cf428f3fae5c134e9a0fc55642a2771860484651e61043e8ac67a1a6e54031a4c66de44acd77c9d9b281e81b",
"userAddress": "0xDd3287043493E0a08d2B348397554096728B459c"
}'
{
"success": true,
"timestamp": 1702989203989,
"data": {
"user_id": 100338,
"account_id": "0xd890c9b8b86fba7312b919e32bbabd619228b32d59f6d0f68fdf4451a684a654",
"valid_signer": "0xc6c4c5c41efa74ebc63c675dcf7034e8382f3a42"
}
}
Body
application/json
Builder ID
Chain ID of registering chain (within those that are supported by the Network)
timestamp in UNIX milliseconds
Message object containing the message that is signed by the wallet owner
The signature generated by signing the message object via EIP-712
The address of the wallet signing the message object via EIP-712
curl --request POST \
--url https://api-evm.orderly.org/v1/delegate_signer \
--header 'Content-Type: application/json' \
--data '{
"message": {
"delegateContract": "0xaddress",
"brokerId": "woofi_pro",
"chainId": 421613,
"timestamp": 1704879369551,
"registrationNonce": 161111791392,
"txHash": "0xtxhash"
},
"signature": "0x8668447f28534dc1b76566e41f5fcdeb6b131355b9cf428f3fae5c134e9a0fc55642a2771860484651e61043e8ac67a1a6e54031a4c66de44acd77c9d9b281e81b",
"userAddress": "0xDd3287043493E0a08d2B348397554096728B459c"
}'
{
"success": true,
"timestamp": 1702989203989,
"data": {
"user_id": 100338,
"account_id": "0xd890c9b8b86fba7312b919e32bbabd619228b32d59f6d0f68fdf4451a684a654",
"valid_signer": "0xc6c4c5c41efa74ebc63c675dcf7034e8382f3a42"
}
}