Skip to main content
POST
/
v1
/
webhooks
Create Webhook
curl --request POST \
  --url https://api.arbiterapi.com/v1/webhooks \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "url": "<string>",
  "event_type": "<string>",
  "market_id": "<string>",
  "platform": "<string>",
  "min_size": 123,
  "price_threshold": 123,
  "price_direction": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Body

application/json
url
string
required
event_type
string
required
market_id
string | null
platform
string | null
min_size
number | null
price_threshold
number | null
price_direction
string | null

Response

Successful Response