You can inspect the overall status of your transfer batches using this paginated API.
Use the same query parameters as in the previous request, but add a cursor
query parameter (with the cursor from the previous response).
If the cursor
is null
, there is nothing left to page.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Contract address which submitted the batches.
pointType
can be PHASE2_POINTS
or PHASE2_GOLD
Status of the batch. Can be PENDING
or CANCELLED
or FINALIZING
or
FINALIZED
.
For querying batches created before createdBefore
timestamp (ISO8601)
For querying batches created after createdAfter
timestamp (ISO8601)
Sort by ASC
or DESC
creation order
Response status.
Batch details along with transfer details.
Cursor for pagination, if it is null
there are no results left to
paginate.
You can inspect the overall status of your transfer batches using this paginated API.
Use the same query parameters as in the previous request, but add a cursor
query parameter (with the cursor from the previous response).
If the cursor
is null
, there is nothing left to page.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Contract address which submitted the batches.
pointType
can be PHASE2_POINTS
or PHASE2_GOLD
Status of the batch. Can be PENDING
or CANCELLED
or FINALIZING
or
FINALIZED
.
For querying batches created before createdBefore
timestamp (ISO8601)
For querying batches created after createdAfter
timestamp (ISO8601)
Sort by ASC
or DESC
creation order
Response status.
Batch details along with transfer details.
Cursor for pagination, if it is null
there are no results left to
paginate.