You can inspect the status of a batch of transfers using this detailed API, which returns all of the transfers in the batch.
Authentication
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Params
Contract address which submitted the batch.
Transfer batch batchId
to fetch the status for.
Response
Batch details along with transfer details.
Contract address that requested the transfer of points.
Point type requested to be transferred. Can be PHASE2_POINTS
or PHASE2_GOLD
.
Timestamp when the batch was created.
Timestamp when the batch was finalized.
Timestamp when the batch was updated. If not updated then it will null
.
Status of the batch. Can be PENDING
or CANCELLED
or FINALIZING
or
FINALIZED
.
Total points being transferred in the batch.
Number of transfer that are part of the batch.
Transfer that are part of the batch.
Amount of points distributed to toAddress
in the transfer.
Will be >= MINIMUM_{pointType}_TRANSFER_SIZE
and will have decimal places <= MAX_TRANSFER_DECIMALS