Trades
Stream trades in all pairs in Standard spot exchange
✅ Request
📤 Response
📡 Streamed Data Format
📄 Field Descriptions
0
eventId
String
Unique event identifier
1
orderId
Number
ID of the trade order
2
base
String
Base token address
3
quote
String
Quote token address
4
baseSymbol
String
Symbol of base token
5
quoteSymbol
String
Symbol of quote token
6
pair
String
Address of the pair contract
7
pairSymbol
String
Symbol of the pair (e.g., ETH/USDC
)
8
isBid
Boolean
true
if it's a buy, false
if sell
9
price
Number
Price per unit in quote token
10
account
String
Address of the user initiating the trade
11
asset
String
Address of the asset being traded
12
assetSymbol
String
Symbol of the traded asset
13
amount
Number
Amount of asset traded
14
valueUSD
Number
Trade value in USD
15
baseAmount
Number
Volume in base token
16
quoteAmount
Number
Volume in quote token
17
timestamp
Number
Unix timestamp of the trade
18
taker
String
Taker address
19
maker
String
Maker address
20
txHash
String
Transaction hash
Stream trades in specific pairs in Standard spot exchange
✅ Request
📤 Response
📡 Streamed Data Format
📄 Field Descriptions
0
eventId
String
Unique event identifier
1
orderId
Number
ID of the trade order
2
base
String
Base token address
3
quote
String
Quote token address
4
baseSymbol
String
Symbol of base token
5
quoteSymbol
String
Symbol of quote token
6
pair
String
Address of the pair contract
7
pairSymbol
String
Symbol of the pair (e.g., ETH/USDC
)
8
isBid
Boolean
true
if it's a buy, false
if sell
9
price
Number
Price per unit in quote token
10
account
String
Address of the user initiating the trade
11
asset
String
Address of the asset being traded
12
assetSymbol
String
Symbol of the traded asset
13
amount
Number
Amount of asset traded
14
valueUSD
Number
Trade value in USD
15
baseAmount
Number
Volume in base token
16
quoteAmount
Number
Volume in quote token
17
timestamp
Number
Unix timestamp of the trade
18
taker
String
Taker address
19
maker
String
Maker address
20
txHash
String
Transaction hash
Last updated
Was this helpful?