postWebhookwallet.new

Payload

idstring required
namestring required
external_idstring nullable
addressstring nullable
network'base' | 'sepolia' | 'arbitrum_sepolia' | 'base_sepolia' | 'arbitrum' | 'polygon' | 'polygon_amoy' | 'ethereum' | 'stellar' | 'stellar_testnet' | 'tron' | 'solana' | 'solana_devnet' | 'tempo' | 'tempo_testnet' required
created_atstring date-time nullable

Example payload

{
  "id": "bl_000000000000",
  "name": "Blindpay Wallet",
  "external_id": "your-database-id",
  "address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C",
  "network": "polygon",
  "created_at": "2021-01-01T00:00:00Z"
}

Response

Wallet created

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.