Skip to main content
POST
/
v1
/
creators
/
register
Register
curl --request POST \
  --url https://api.yieldo.xyz/v1/creators/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "signature": "<string>",
  "handle": "<string>",
  "name": "<string>",
  "bio": "",
  "twitter": "",
  "invite_code": ""
}
'
{
  "address": "<string>",
  "handle": "<string>",
  "name": "<string>",
  "created_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
address
string
required
signature
string
required
handle
string
required
name
string
required
bio
string
default:""
twitter
string
default:""
invite_code
string
default:""

Response

Successful Response

address
string
required
handle
string
required
name
string
required
created_at
string
required