curl --request POST \
--url https://api.onbeam.io/wallet/smart-account \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ownerAddress": "<string>",
"chainId": 123
}
'{
"address": "<string>",
"chainId": 123
}curl --request POST \
--url https://api.onbeam.io/wallet/smart-account \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ownerAddress": "<string>",
"chainId": 123
}
'{
"address": "<string>",
"chainId": 123
}Documentation Index
Fetch the complete documentation index at: https://apidocs.onbeam.io/llms.txt
Use this file to discover all available pages before exploring further.