Mainnet
Cancelling a batch
Batches may be cancelled before finalizeAt
.
It’s not possible to cancel a specific transfer.
To do so, you would need to cancel the entire batch and resend the batch excluding that transfer.
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
requiredbatchId
of batch to cancel.
Response
success
boolean
Response status.