Send to Address V2

Send sats to a bitcoin address.

Webhook Content

You will receive a Webhook for each Status update.

{
  "amountSat": 5600,
  "feeSat": 0,
  "status": "MEMPOOL",
  "networkTransactionId": "",
  "blockConfirmations": 0,
  "webhookSecret": "Kramerica",
  "destinationAddress": "bc1q..",
  "transaction": {
    "id": "",
    "createdAt": "2023-08-04T08:33:31.869852Z",
    "settledAt": null,
    "accountId": "",
    "amount": 5600000,
    "networkFee": 2870000,
    "onChainSendFee": 0,
    "exchangeRateCurrencySats": 0.001,
    "currencyId": 0,
    "transactionTypeId": 4
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!