cURL
curl --request GET \ --url https://testnet.walletkit.com/wallets/get-by-owner-id \ --header 'Authorization: Bearer <token>'
{ "id": "5884bd1d-ecb3-41ea-bcc7-e9e3d229618f", "created_at": "2023-07-21T22:03:16Z", "network": "Ethereum", "name": "<string>", "owner_id": "<string>", "address": "0x976Cf57B7EE1D84E73BE9115457889d49a8A1335" }
Get a wallet by network and owner id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ethereum
Polygon
Base
Avalanche
Polkadot
Vara
The response is of type object.
object