Skip to Content

API reference

The hosted devnet API base URL is:

https://api.dailydraft.fun/v1

Open the interactive Scalar reference to inspect operations, schemas, and example payloads, or consume the raw OpenAPI 3.1 contract from your generator and agent tooling.

Note

Public discovery and read endpoints do not all require an integration key. Authenticated mutations document their credential, wallet-session, and Idempotency-Key requirements per operation.

Machine-readable resources

Integration rules

  1. Never send a wallet private key or seed phrase to the API.
  2. Decode and inspect every prepared Solana transaction before signing.
  3. Reuse the same idempotency key when retrying a mutation.
  4. Wait for the documented finality and settlement evidence before presenting a duel as complete.
  5. Verify signed webhooks and process event IDs idempotently.
Last updated on