Get a bulk and its current progress
Path parameters
-
ID of the bulk.
GET /v2/collections/bulks/{id}
curl \
-X GET https://api.memo.bank/v2/collections/bulks/6ba07619-24ff-43f3-b1f0-cdc9b06bf8a7
Response examples (200)
{
"id": "fe98f29d-5165-45ff-83f9-d7aa83e970b5",
"collections_total": 3000,
"collections_confirmed": 1552,
"collections_canceled": 2,
"collections_failed": 57,
"status": "pending"
}