Private User Data
Wallet Transactions
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
Private User Data
Wallet Transactions
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "wallet",
"data": {
"id": "230707030600002",
"tx_id": "0x4b0714c63cc7abae72bf68e84e25860b88ca651b7d27dad1e32bf4c027fa5326",
"side": "WITHDRAW", // DEPOSIT / WITHDRAW
"token": "USDC",
"amount": 555,
"fee": 0,
"trans_status": "FAILED", // PENDING / PROCESSING / COMPLETED / FAILED / PENDING_REBALANCE
"created_time": 1688699193034,
"updated_time": 1688699193096,
"chain_id": "986532"
},
"timestamp": 1679021265398
}
Push interval: real-time push
{
"id": "clientID3",
"topic": "wallet",
"event": "subscribe"
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | Y | wallet |
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "wallet",
"data": {
"id": "230707030600002",
"tx_id": "0x4b0714c63cc7abae72bf68e84e25860b88ca651b7d27dad1e32bf4c027fa5326",
"side": "WITHDRAW", // DEPOSIT / WITHDRAW
"token": "USDC",
"amount": 555,
"fee": 0,
"trans_status": "FAILED", // PENDING / PROCESSING / COMPLETED / FAILED / PENDING_REBALANCE
"created_time": 1688699193034,
"updated_time": 1688699193096,
"chain_id": "986532"
},
"timestamp": 1679021265398
}
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic": "wallet",
"data": {
"id": "230707030600002",
"tx_id": "0x4b0714c63cc7abae72bf68e84e25860b88ca651b7d27dad1e32bf4c027fa5326",
"side": "WITHDRAW", // DEPOSIT / WITHDRAW
"token": "USDC",
"amount": 555,
"fee": 0,
"trans_status": "FAILED", // PENDING / PROCESSING / COMPLETED / FAILED / PENDING_REBALANCE
"created_time": 1688699193034,
"updated_time": 1688699193096,
"chain_id": "986532"
},
"timestamp": 1679021265398
}