curl --request GET \
--url 'https://de.raze.sh/api/sol/trades/signer/{signer}/mint/{mint}?apiKey='{
"success": true,
"data": [
{
"signature": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"tokenMint": "<string>",
"signer": "<string>",
"transactionType": "buy",
"solAmount": "<string>",
"solAmountUSD": "<string>",
"tokensAmount": "<string>",
"avgPrice": "<string>",
"avgPriceUSD": "<string>",
"fee": "<string>",
"slot": 123,
"proTrade": true,
"isBundle": true,
"isSniper": true,
"analysisUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"limit": 123,
"nextCursor": "<string>",
"hasMore": true,
"mint": "<string>",
"signer": "<string>",
"sort": "asc"
}curl --request GET \
--url 'https://de.raze.sh/api/sol/trades/signer/{signer}/mint/{mint}?apiKey='{
"success": true,
"data": [
{
"signature": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"tokenMint": "<string>",
"signer": "<string>",
"transactionType": "buy",
"solAmount": "<string>",
"solAmountUSD": "<string>",
"tokensAmount": "<string>",
"avgPrice": "<string>",
"avgPriceUSD": "<string>",
"fee": "<string>",
"slot": 123,
"proTrade": true,
"isBundle": true,
"isSniper": true,
"analysisUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"count": 123,
"limit": 123,
"nextCursor": "<string>",
"hasMore": true,
"mint": "<string>",
"signer": "<string>",
"sort": "asc"
}Maximum number of trades to return
1 <= x <= 1000Cursor for efficient pagination. Use the nextCursor value from the previous response to fetch the next page. Preferred over offset for better performance.
Number of records to skip for pagination. Deprecated - use cursor parameter instead for better performance.
x >= 0Sort order by timestamp. Use 'asc' for oldest first, 'desc' for newest first (default)
asc, desc Success
Show child attributes
Number of trades returned in this response
Maximum number of trades requested
Cursor to use for fetching the next page of results. Pass this value to the cursor parameter in your next request. Returns null when no more pages are available.
Indicates if there are more records available
Present when filtering by mint
Present when filtering by signer
Sort order used for the query (asc = oldest first, desc = newest first)
asc, desc