curl --request GET \
--url 'https://de.raze.sh/api/sol/trades/recent?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,
"mint": "<string>",
"signer": "<string>"
}curl --request GET \
--url 'https://de.raze.sh/api/sol/trades/recent?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,
"mint": "<string>",
"signer": "<string>"
}1 <= x <= 1000Success
Show child attributes
buy, sell Present when filtering by mint
Present when filtering by signer