Skip to main content
POST
Create webhook subscription

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Body

application/json
chain
enum<string>
required

Chain to watch.

Available options:
ethereum,
tron
address
string
required

Address to watch for incoming transfers.

Maximum string length: 128
eventKinds
enum<string>[]
required

Asset-scope filters: which incoming transfer kinds to deliver.

Maximum array length: 8
Available options:
INCOMING_NATIVE,
INCOMING_FUNGIBLE
webhookUrl
string
required

HTTPS endpoint (port 443, publicly resolvable) that receives deliveries.

Maximum string length: 2048

Response

Accepted - registration in progress

ok
boolean
code
string
message
string
data
object