Action APIs
Send Zap
Intantly send Bitcoin to any Nostr account
POST
Documentation Index
Fetch the complete documentation index at: https://docs.nostrapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Total amount of Bitcoin (in satoshis) that you wish to send to the recipient.
The address of the recipient of the message — can be a Nostr NIP05 address (e.g. andre@zbd.gg), or a Nostr public key in NPUB or HEX format.
The array of relay URLs you wish to publish your zap to.
If you wish to Zap a specific post / note by a given user you can pass that note ID here. The note MUST BELONG to the recipient of the Zap.
If you wish to add a comment to the Zap transaction. This will be visible to the recipient/others.
If you want to schedule the post to be published at a later time, you can pass a UNIX timestamp number here. If you do not pass this parameter, the post will be broadcast immediately.
Response
Indicates whether the call was successful.
true if successful, false if not.Message detailing the results of the operation.
The contents of the data response object.