Deribit · Schema
Address Beneficiary Item
DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial
Properties
| Name | Type | Description |
|---|---|---|
| currency | object | |
| address | object | |
| tag | string | Tag for XRP addresses (optional) |
| user_id | object | |
| agreed | object | |
| personal | object | |
| unhosted | object | |
| beneficiary_vasp_name | object | |
| beneficiary_vasp_did | object | |
| beneficiary_vasp_website | object | |
| beneficiary_first_name | object | |
| beneficiary_last_name | object | |
| beneficiary_company_name | object | |
| beneficiary_address | object | |
| created | object | |
| updated | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/deribit/json-schema/address_beneficiary_item.json",
"title": "Address Beneficiary Item",
"properties": {
"currency": {
"$ref": "#/components/schemas/currency"
},
"address": {
"$ref": "#/components/schemas/currency_address"
},
"tag": {
"type": "string",
"nullable": true,
"description": "Tag for XRP addresses (optional)"
},
"user_id": {
"$ref": "#/components/schemas/user_id"
},
"agreed": {
"$ref": "#/components/schemas/agree_to_share_with_3rd_party"
},
"personal": {
"$ref": "#/components/schemas/personal_wallet"
},
"unhosted": {
"$ref": "#/components/schemas/unhosted_wallet"
},
"beneficiary_vasp_name": {
"$ref": "#/components/schemas/beneficiary_vasp_name"
},
"beneficiary_vasp_did": {
"$ref": "#/components/schemas/beneficiary_vasp_did"
},
"beneficiary_vasp_website": {
"$ref": "#/components/schemas/beneficiary_vasp_website"
},
"beneficiary_first_name": {
"$ref": "#/components/schemas/beneficiary_first_name"
},
"beneficiary_last_name": {
"$ref": "#/components/schemas/beneficiary_last_name"
},
"beneficiary_company_name": {
"$ref": "#/components/schemas/beneficiary_company_name"
},
"beneficiary_address": {
"$ref": "#/components/schemas/beneficiary_address"
},
"created": {
"$ref": "#/components/schemas/timestamp"
},
"updated": {
"$ref": "#/components/schemas/timestamp"
}
},
"required": [
"currency",
"address",
"user_id",
"agreed",
"personal",
"unhosted",
"beneficiary_vasp_name",
"beneficiary_vasp_did",
"beneficiary_address",
"created",
"updated"
],
"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/address_beneficiary_item"
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.