Hedera · Schema
AuthorizationList
Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise
Properties
| Name | Type | Description |
|---|---|---|
| address | string | The hex encoded address to be delegated to |
| chain_id | string | The hex encoded chain id |
| nonce | integer | The nonce of the authorization |
| r | string | The hex encoded signature r value |
| s | string | The hex encoded signature s value |
| y_parity | string | The hex encoded parity of the y-coordinate of the signature point |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/AuthorizationList.json",
"title": "AuthorizationList",
"type": "object",
"properties": {
"address": {
"description": "The hex encoded address to be delegated to",
"example": "0x0000000000000000000000000000000000000001",
"format": "binary",
"type": "string"
},
"chain_id": {
"description": "The hex encoded chain id",
"example": "0x127",
"type": "string"
},
"nonce": {
"description": "The nonce of the authorization",
"example": 5,
"format": "int64",
"type": "integer"
},
"r": {
"description": "The hex encoded signature r value",
"example": "0x2222222222222222222222222222222222222222222222222222222222222222",
"format": "binary",
"type": "string"
},
"s": {
"description": "The hex encoded signature s value",
"example": "0x3333333333333333333333333333333333333333333333333333333333333333",
"format": "binary",
"type": "string"
},
"y_parity": {
"description": "The hex encoded parity of the y-coordinate of the signature point",
"example": "0x1",
"type": "string"
}
}
}
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/AuthorizationList"
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.