curl --request POST \
--url https://api.example.com/api/apps/{app_id}/payout/trigger \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"payout_address": "<string>"
}
'curl --request POST \
--url https://api.example.com/api/apps/{app_id}/payout/trigger \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"payout_address": "<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.
Application ID
Request body for triggering a manual payout
Payout triggered successfully