Skip to main content
POST
/
v1
/
partners
/
register
Register
curl --request POST \
  --url https://api.yieldo.xyz/v1/partners/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "signature": "<string>",
  "name": "",
  "website": "",
  "contact_email": "",
  "description": "",
  "nonce": "<string>"
}
'
{
  "address": "<string>",
  "name": "<string>",
  "api_key": "<string>",
  "api_secret": "<string>",
  "api_key_prefix": "<string>",
  "created_at": "<string>",
  "session_token": "<string>",
  "expires_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
name
string
default:""
website
string
default:""
contact_email
string
default:""
description
string
default:""
nonce
string | null

Response

Successful Response

address
string
required
name
string
required
api_key
string
required
api_secret
string
required
api_key_prefix
string
required
created_at
string
required
session_token
string | null
expires_at
string | null