Skip to main content
POST

Body

number
Total amount of Bitcoin (in satoshis) that you wish to send to the recipient.
string
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.
array
The array of relay URLs you wish to publish your zap to.
string
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.
string
If you wish to add a comment to the Zap transaction. This will be visible to the recipient/others.
number
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

boolean
Indicates whether the call was successful. true if successful, false if not.
string
Message detailing the results of the operation.
object
The contents of the data response object.