Skip to main content
POST
Register the strategy

Body

application/json

Everything in RobinhoodRegisterTerms, plus:

walletKey
string

From submit or from /robinhood/launches/{ref}.

name
string

The coin's name.

symbol
string

The coin's ticker.

imageUrl
string | null

The coin's logo.

config
object

The strategy to run.

ts
integer

The ts the prepare step returned.

signature
string

Your wallet's signature over the prepared message. Base58 on Solana, 0x-hex on Robinhood Chain.

Response

Registered, or why not yet.

ok
enum<boolean>
Available options:
true
data
object