Submitting a batch of transfers (conveniently)
Submitting a batch of transfers (conveniently)
Submitting a batch of transfers (conveniently)
This API is the same as the idempotent transfer API above, but if you don’t need the idempotency, you can use this POST API and avoid providing your ownDocumentation Index
Fetch the complete documentation index at: https://metalayerlabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
batchIds.
Authentication
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.Path Params
Contract address distributing the points.
Request
Point type to distribute, can be
PHASE2_POINTS or PHASE2_GOLDList of transfers to submitted as part of the batch.
Number of seconds to wait before finalizing this batch, must be between
MINIMUM_FINALIZE_SECONDS and DEFAULT_FINALIZE_SECONDS.If not present uses DEFAULT_FINALIZE_SECONDSResponse
Response status
Transfer batch
batchId that can be used to fetch it’s status.