create_backorder
ActiveTool of run.domani/domani
Place a backorder on a domain that is currently registered to someone else. We watch it and automatically register it for the user when it becomes available (drops) - availability is polled every few minutes. The user is charged only if the catch succeeds - no upfront fee. Requires a card on file or payment_method 'balance'. Confirm the domain with the user first. Best-effort: a contested drop may be taken by a specialized drop-catcher first.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "The currently-taken domain to watch and catch on drop, e.g. taken.com"
},
"max_price": {
"type": "number",
"description": "Max USD to pay when caught. Defaults to the current registration price.",
"exclusiveMinimum": 0
},
"payment_method": {
"enum": [
"card",
"balance"
],
"type": "string",
"description": "How to pay when caught: 'card' or 'balance' (marketplace credit)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries