Testnet
Fetching a single batch
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
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Params
contractAddress
string
requiredContract address which submitted the batch.
batchId
string
requiredTransfer batch batchId
to fetch the status for.
Response
success
boolean
Response status.
batch
BatchWithTransfers
Batch details along with transfer details.