not_implemented

Not implemented

HTTP status: 501 Retryable: No

Description

This endpoint is part of the published API surface but has not yet been implemented. Calling it will always return this error until the endpoint is released.

Resolution

Check the Blockdaemon API changelog for the implementation timeline. Contact your Blockdaemon account team if you need early access or a timeline estimate.

Example response

{
  "error": {
    "code": "not_implemented",
    "docUrl": "https://docs.blockdaemon.com/errors/not_implemented",
    "message": "This endpoint is published but not yet implemented",
    "occurredAt": "2026-02-10T10:00:00Z",
    "requestId": "req_abc123xyz",
    "status": 501
  }
}