Authorizations
Query Parameters
The token mint address for which to retrieve trade transactions. If omitted, all tokens are included.
The page number to retrieve (starting from 0).
x >= 0The number of results per page (default 20, max 200).
1 <= x <= 200Only include transactions where created_at is greater than this UNIX timestamp (in seconds). Must be less than the current time.
1758758400
Body
Request payload for querying trade transactions (includes user address, timestamp, and signature verification).
The current timestamp in milliseconds used for signature verification. Can be provided as a string or a number.
The Solana wallet address of the user.
Signature of the 'By signing, I hereby agree to Vanish's Terms of Service and agree to be bound by them (docs.vanish.trade/legal/TOS)
Details: read:{timestamp}' string signed using the user's wallet.
Response
A paginated response containing the user's trade transactions.
