Skip to main content
POST
Save or rename a recipient

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Body

application/json
address
string
required

The recipient's Solana address.

Example:

"7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"

name
string
required

The name to save it under. Sanitized and capped server-side (max 60 characters).

Example:

"Coffee vendor"

Response

The saved entry.

address
string
name
string