Export

CreateWalletWebhookRequest

interface CreateWalletWebhookRequest {
    notification_uri: string;
    signature_header?: string;
}

Properties

notification_uri: string

The URL to which the notifications will be sent.

Memberof

CreateWalletWebhookRequest

signature_header?: string

The custom header to be used for x-webhook-signature header on callbacks, so developers can verify the requests are coming from Coinbase.

Memberof

CreateWalletWebhookRequest