Developer API (Phase 2)

Authentication:

  • API key.

  • Rate limits per key.

  • Usage tracking for billing.

Core endpoints (sketch):

  • POST /api/v1/quote

  • POST /api/v1/bridge

  • GET /api/v1/transaction/:id

  • GET /api/v1/chains

  • GET /api/v1/tokens

Webhooks:

  • Register a webhook URL.

  • Receive transaction.completed and transaction.failed events.

circle-exclamation

Last updated