Skip to main content
GET
List projected Partner webhook deliveries

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API credential. Withdrawal quote and submit operations additionally require the documented Ed25519 timestamp, nonce, and signature headers.

Query Parameters

webhook_id
string<uuid> | null
event_id
string<uuid> | null
event_type
null | enum<string>

Exact Partner webhook topics supported by the V1 public contract.

Available options:
deposit.action_required,
deposit.success,
deposit.failed,
withdrawal.success,
withdrawal.failed,
exchange.accepted,
exchange.filled,
exchange.replaced,
exchange.cancelled,
exchange.rejected
status
string | null

One of queued, retrying, delivered, failed, or cancelled.

date_from
string | null

Inclusive lower time bound. Accepts RFC3339 or date-only YYYY-MM-DD; date-only values start at midnight UTC.

date_to
string | null

Inclusive upper time bound. Accepts RFC3339 or date-only YYYY-MM-DD; date-only values include the full UTC day.

cursor
string | null

Opaque cursor returned as next_cursor by the previous response for this endpoint.

limit
integer<int32> | null

Page size, clamped to 1..=100 (default 20).

Required range: x >= 0

Response

Delivery history page

data
object
required
status
enum<string>
required
Available options:
success