API reference
The hosted devnet API base URL is:
https://api.dailydraft.fun/v1Open 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
- Never send a wallet private key or seed phrase to the API.
- Decode and inspect every prepared Solana transaction before signing.
- Reuse the same idempotency key when retrying a mutation.
- Wait for the documented finality and settlement evidence before presenting a duel as complete.
- Verify signed webhooks and process event IDs idempotently.
Last updated on