Look Up Transactions by Creation Window

This API will allow you to get the current status of all transactions created after a timestamp, optionally filtered by status. Results are returned in pages of 100. Pass the nextCursor from a response as cursor to get the next page.

Query Params
number

Lower bound on transaction creation time, epoch milliseconds, within the last 31 days. Required unless cursor is supplied.

status
array of strings

Comma-separated statuses to include. Omit for all statuses.

status
string

nextCursor from a previous response. When present, the other parameters are ignored.

Responses

403

Partner not enabled for this endpoint

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json