You can inspect the status of a batch of transfers using this detailed API, which returns all of the transfers in the batch.

Authentication

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Params

contractAddress
string
required

Contract address which submitted the batch.

batchId
string
required

Transfer batch batchId to fetch the status for.

Response

success
boolean

Response status.

batch
BatchWithTransfers

Batch details along with transfer details.