Returns the email address and IIBAN of the user.
Scopes required: account.info:basic
curl --request GET \
--url https://api.kraken.com/oauth/userinfo \
--header 'Authorization: Bearer <token>'{
"result": {
"email": "jsmith@example.com",
"iban": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.kraken.com/oauth/userinfo \
--header 'Authorization: Bearer <token>'{
"result": {
"email": "jsmith@example.com",
"iban": "<string>"
}
}