curl -i -X GET \ -u <username>:<password> \ 'https://wallet-api.klaytnapi.com/v2/pubkey/{public-key}/account' \ -H 'x-chain-id: string'
{- "items": [
- {
- "address": "0x0b7caaf70e7A0a5399041c64711E535CE8B3cf7d",
- "chainId": 1001
}, - {
- "address": "0xc6C9356887b7F7887918Bf577417E5D8De253295",
- "chainId": 1001
}
]
}