Skip to main content
POST
/
v1
/
applications
/
{audience}
Submit Application
curl --request POST \
  --url https://api.yieldo.xyz/v1/applications/{audience} \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "signature": "<string>",
  "form": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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.

Path Parameters

audience
string
required

Body

application/json
address
string
required
signature
string
required
form
Form · object
required

Response

Successful Response