curl --request POST \
--url https://api.example.com/api/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"message": "<string>",
"pubkey": "<string>",
"signature": "<string>"
}
'curl --request POST \
--url https://api.example.com/api/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"message": "<string>",
"pubkey": "<string>",
"signature": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.ondb.ai/llms.txt
Use this file to discover all available pages before exploring further.