Transactions by Time Range
Authorizations
AuthorizationstringRequired
Authorization: Bearer YOUR_KEY
Query parameters
blockchainstring · enumRequiredExample:
bnbPossible values: typestring · enumRequiredExample:
kolPossible values: minutesintegerOptionalExample:
15secondsintegerOptionalExample:
0mintstringOptionalExample:
0x23a49ea152d14fe4bc41b71345b7da6687de4444limitinteger · min: 1OptionalDefault:
50Example: 50api_keystringOptionalExample:
YOUR_KEYResponses
200
Returns all transactions within the requested time window.
application/json
successbooleanOptional
metaobjectOptional
paginationobjectOptional
400
Missing or invalid parameter (e.g. type or blockchain).
application/json
401
Missing API key.
application/json
403
Invalid or exhausted API key.
application/json
429
Rate limit exceeded.
application/json
get
/v1/transactions/timerangeLast updated