Get Credentials
Get the account ID, address, and proxy keys for the authenticated account.
get/v1/account/credentials
Response
Credentials response.
Example response
{
"address": "0x1234567890abcdef1234567890abcdef12345678",
"keys": [
{
"proxy": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"label": "trading-bot",
"expiry": 1767225600000
}
]
}