curl https://api.awaken.tax/api/crunch \
-X POST \
-H "Content-Type: application/json" \
-H "x-api-key: " \
-d '{
"userId": "your_user_id",
"wallets": [
{
"address": "E2JkWVJS9sNL856aMB8XX3v1LpJ25HbdnrNesfvnArgo",
"provider": "solana"
},
{
"address": "0x48f1050c70be6ab40618e80c02121f44de4dafb7"
}
]
}'This example updates in real-time as you fill in the form.
Use this URL to redirect users directly to the embedded experience:
/launch?userId=your_user_id&apiKey=&wallets=%5B%7B%22address%22%3A%22E2JkWVJS9sNL856aMB8XX3v1LpJ25HbdnrNesfvnArgo%22%2C%22provider%22%3A%22solana%22%7D%2C%7B%22address%22%3A%220x48f1050c70be6ab40618e80c02121f44de4dafb7%22%7D%5D