Skip to main content
POST
Prepare a change

Path Parameters

mint
string
required

The token's mint address (Solana) or contract address (Robinhood Chain).

Body

application/json
wallet
string

The Solana wallet that will sign: the coin's owner (from /coins/{mint}/authority), or a platform admin wallet for action and strategy.

kind
enum<string>

action acts on one position. strategy replaces the coin's whole strategy. request asks for creator authority on a coin from before it existed. handover hands the creator rewards, and the authority, to another wallet.

Available options:
action,
strategy,
request,
handover
action
object

action only: what to do.

config
object

strategy only: the whole new config. Sent byte-for-byte the same to submit; its hash is in the message.

note
string

action and strategy: required, 3 to 140 characters on one line, your reason. It is in the signed words and holders read it. request: optional, up to 500 characters on one line. handover: none.

payoutWallet
string

handover only: the wallet to hand the coin to. A plain wallet, not the coin's own wallet or a platform wallet.

Response

What to sign.

ok
enum<boolean>
Available options:
true
data
object