cURL
curl --request GET \ --url https://app.d-sports.org/api/wallets \ --header 'Authorization: Bearer <token>'
Returns all wallets belonging to the authenticated user.
Clerk session token. Use Authorization: Bearer .
{ success, data: { wallets } }
Was this page helpful?