Explorer

Get wallet

Fetch all the wallets created by the user.

GET
/api/oc/v1/wallets

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://sandbox-api.okto.tech/api/oc/v1/wallets" \
  -H "Authorization: Bearer <token>"

Fetched

{
  "status": "success",
  "data": [
    {
      "caip_id": "eip155:10",
      "network_name": "OPTIMISM",
      "address": "0x6698c56f99EaF4662cD70f974Cf787926e47781b",
      "network_id": "f0620691-ce05-3d5c-94c7-1f2cf275c781",
      "network_symbol": "OP"
    }
  ]
}