Deribit · Schema
Access Log
DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| ip | string | IP address of source that generated action |
| timestamp | object | |
| country | string | Country where the IP address is registered (estimated) |
| city | string | City where the IP address is registered (estimated) |
| log | string | Action description. Possible values: - ``changed_email`` - email was changed - ``changed_password`` - password was changed - ``disabled_tfa`` - TFA was disabled - ``enabled_tfa`` - TFA was enabled - ` |
| data | object | Optional, additional information about action, type depends on `log` value |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/deribit/json-schema/access_log.json",
"title": "Access Log",
"properties": {
"id": {
"$ref": "#/components/schemas/id"
},
"ip": {
"type": "string",
"description": "IP address of source that generated action"
},
"timestamp": {
"$ref": "#/components/schemas/timestamp"
},
"country": {
"type": "string",
"description": "Country where the IP address is registered (estimated)"
},
"city": {
"type": "string",
"description": "City where the IP address is registered (estimated)"
},
"log": {
"type": "string",
"description": "Action description. Possible values:\n\n- ``changed_email`` - email was changed\n- ``changed_password`` - password was changed\n- ``disabled_tfa`` - TFA was disabled\n- ``enabled_tfa`` - TFA was enabled\n- ``success`` - successful login\n- ``failure`` - login failure\n- ``enabled_subaccount_login`` - login was enabled for subaccount (in `data` - subaccount uid)\n- ``disabled_subaccount_login`` - login was disabled for subaccount (in `data` - subaccount uid)\n- ``new_api_key`` - API key was created (in `data` key client id)\n- ``removed_api_key`` - API key was removed (in `data` key client id)\n- ``changed_scope`` - scope of API key was changed (in `data` key client id)\n- ``changed_whitelist`` - whitelist of API key was edited (in `data` key client id)\n- ``disabled_api_key`` - API key was disabled (in `data` key client id)\n- ``enabled_api_key`` - API key was enabled (in `data` key client id)\n- ``reset_api_key`` - API key was reset (in `data` key client id)\n"
},
"data": {
"description": "Optional, additional information about action, type depends on `log` value",
"oneOf": [
{
"type": "object"
},
{
"type": "string"
}
]
}
},
"required": [
"id",
"ip",
"timestamp",
"country",
"city",
"log"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/access_log"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.