Skip to main content
POST
Prepare an announcement

Authorizations

x-api-key
string
header
required

Production API key beginning with o1_launch_.

Path Parameters

chain_id
enum<integer>
required

Production chain containing the resource.

Available options:
8453,
4663
Example:

8453

token_address
string
required

Launch token contract address.

Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

Body

application/json
creator
string
required
Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

description
string
required

Non-empty creator message, limited to 1000 UTF-8 bytes.

Required string length: 1 - 1000
uri
string
default:""

Optional HTTPS, IPFS, or Arweave resource URI. An omitted value is normalized to an empty string.

Maximum string length: 512
Pattern: ^(?:$|https://.+|ipfs://.+|ar://.+)

Response

An unsigned announcement transaction plan.

data
object
required
meta
object
required