Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The API is currently in development and is not yet available for production use. Please check back later.
Normalized trade data representing the economic intent of a user.
| Field | Type | Description |
|---|---|---|
id | Integer | Unique identifier for the trade |
protocol | Protocol | DEX protocol that executed the trade. |
swap_type | Swap Type | Type of underlying swap pair based on token roles. |
wallet_address | String [address] | Wallet address that executed the trade |
token_address | String [address] | Traded token address |
quote_address | String [address] | Quote token address |
position_address | String [address] | Wallet-token position address |
direction | Direction | Direction of the trade. |
position_state | Position State | Position state of the trade. |
token_amount | Number | Amount of traded token |
quote_amount | Number | Amount of quote tokens |
native_amount | Number [SOL] | Native amount |
usd_amount | Number [USD] | Value of the trade |
pre_token_balance | Number | Traded token balance before the trade |
post_token_balance | Number | Traded token balance after the trade |
token_price | Number [USD] | Price of traded token at trade time |
quote_price | Number [USD] | Price of quote token at trade time |
token_mcap | Number [USD] | Market cap of the traded token at trade time |
block_slot | Integer | Solana block slot number |
block_time | String [date-time] | Timestamp of the block |
tx_hash | String | Transaction signature |
| Value | Description |
|---|---|
buy | Trader bought a token. |
sell | Trader sold a token. |
| Value | Description |
|---|---|
open | Trader opened a position. |
close | Trader closed a position. |
trade | Trader executed a trade against a position. |
Was this page helpful?