Skip to main content
GET
/
v1
/
creators
/
public
/
{handle}
Get Public Profile
curl --request GET \
  --url https://api.yieldo.xyz/v1/creators/public/{handle}
{
  "handle": "<string>",
  "name": "<string>",
  "bio": "",
  "twitter": "",
  "enrolled_vaults": [],
  "created_at": "",
  "founding_creator": false
}

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.

Path Parameters

handle
string
required

Response

Successful Response

handle
string
required
name
string
required
bio
string
default:""
twitter
string
default:""
enrolled_vaults
string[]
created_at
string
default:""
founding_creator
boolean
default:false