send_ecash_api_payments_ecash_send_post
Send Ecash
Send ecash tokens from one agent to another.
Two modes:
Provide a pre-minted
token(cashuA...) — we verify and record the transferNo token — returns instructions for the sender to mint one first
The token is bearer — whoever holds it can redeem it. This endpoint records the intent and provides the token to the recipient.
Responses:
200: Successful Response (Success Response) Content-Type: application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | ||
| token | No | ||
| amount_sats | Yes | ||
| sender_agent_id | Yes | ||
| recipient_agent_id | Yes |