POST
/
v1
/
webhooks

Authorizations

x-glacier-api-key
string
header
required

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.

Body

application/json
chainId
string
required
eventType
enum<string>
required
Available options:
address_activity
metadata
object
required
url
string
required
description
string
includeInternalTxs
boolean

Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.

includeLogs
boolean

Whether to include logs in the webhook payload.

name
string

Response

201 - application/json
chainId
string
required
createdAt
number
required
description
string
required
eventType
enum<string>
required
Available options:
address_activity
id
string
required
metadata
object
required
name
string
required
status
enum<string>
required
Available options:
active,
inactive
url
string
required
includeInternalTxs
boolean

Whether to include traces in the webhook payload.

includeLogs
boolean

Whether to include logs in the webhook payload.