cURL
curl --request POST \ --url https://app.d-sports.org/api/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "encryptedPrivateKey": "<string>" } '
Clerk session token. Use Authorization: Bearer .
{ wallet }
Was this page helpful?