This endpoint retrieves the currently active flywheel batch for a specific token, if one exists.
null if no current batch exists for the token.
burn or airdrop scopes.
To authenticate, provide your API key in the x-believe-api-key request header.
Example:
/batch/{batchId})null if no current batch exists for the token| Status | Description |
|---|---|
AVAILABLE_TO_QUEUE | Batch has been created but not yet finalized for execution. |
FINALIZED | Batch has been finalized and is ready for execution approval. |
EXECUTED | Batch has been successfully executed (may still be “current” briefly). |
FAILED | Batch execution failed. |
| Error Code | Status | Description |
|---|---|---|
ERR_BATCH_CURRENT_FAILED | 500 | Failed to retrieve current batch information. |
null response is normal and indicates no current batch exists for the token.
EXECUTED or FAILED status, it may no longer be considered “current” depending on your implementation.
Current batch information or null if no current batch exists.
The unique batch identifier (UUID).
The flywheel this batch belongs to.
The token ID associated with this batch.
The Solana mint address for the token.
Current batch status.
AVAILABLE_TO_QUEUE, FINALIZED, EXECUTED, FAILED The multisig batch index used for execution.
The vault index within the multisig.
The multisig wallet address.
The vault address for token operations.
ISO 8601 timestamp when the batch was created.
ISO 8601 timestamp when the batch was last updated.
Results from the batch initialization process (optional).
Results from the batch execution process (optional).