Developers

Ondex Signer Playground

Create test Ondex one-shot payloads, QR links, mobile deep links, and status polling URLs without entering wallet secrets.

Ondex mobile performs final validation and device-side signing. This playground only creates public delivery links for the one-shot payload API.

Payload API shape

POST https://push.ondex.money/api/v1/payloads
{
  "tx_json": {
    "TransactionType": "Payment",
    "Destination": "r...",
    "Amount": "1000000"
  },
  "options": {
    "autofill": true,
    "submit": true
  },
  "dapp": {
    "name": "XRPLClaw",
    "url": "https://xrplclaw.com"
  },
  "returnUrl": "https://xrplclaw.com/callback",
  "expiresInSeconds": 300
}