Skip to main content

TypeScript shape

interface TradeItemInput {
  address: string;
  blockchain: string;
}
address
String!
required
Address to subscribe to. In default mode this is a pair or pool address. In assetMode, this is a token contract address or Solana token mint. In traderMode, this is a wallet address.
blockchain
String!
required
Blockchain name or chain id, for example ethereum, base, solana, evm:1, or solana:solana.