.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **HEAD**: Convert JSON object to binary\n- **Tags:** chain\n- **Summary:** Convert JSON object to binary.\n- **Operation ID:** `abiJsonToBinHead`\n\n##### Query Parameters:\n- `binargs` (required, string): Hexadecimal representation of the binary arguments. Must match the pattern `^(0x)(([0-9a-f][0-9a-f])+)?
History API | GlobalForce Developer Portal
.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **POST**: Convert JSON object to binary\n- **Tags:** chain\n- **Summary:** Convert JSON object to binary.\n- **Operation ID:** `abiJsonToBinPost`\n\n##### Request Body Parameters:\n- `binargs` (required, string): Hexadecimal representation of the binary arguments. Must match the pattern `^(0x)(([0-9a-f][0-9a-f])+)?
History API | GlobalForce Developer Portal
.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n### /v1/chain/get_abi\n\n#### **GET**: Retrieves the ABI for a contract based on its account name\n- **Tags:** chain\n- **Summary:** Retrieves the ABI for a contract based on its account name.\n- **Operation ID:** `getAbiGet`\n\n##### Query Parameters:\n- `account_name` (required, string): The account name of the contract.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **HEAD**: Retrieves the ABI for a contract based on its account name\n- **Tags:** chain\n- **Summary:** Retrieves the ABI for a contract based on its account name.\n- **Operation ID:** `getAbiHead`\n\n##### Query Parameters:\n- `account_name` (required, string): The account name of the contract.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **POST**: Retrieves the ABI for a contract based on its account name\n- **Tags:** chain\n- **Summary:** Retrieves the ABI for a contract based on its account name.\n- **Operation ID:** `getAbiPost`\n\n##### Request Body Parameters:\n- `account_name` (required, string): The account name of the contract.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n### /v1/chain/get_account\n\n#### **GET**: Returns an object containing various details about a specific account on the blockchain.\n- **Tags:** chain\n- **Summary:** Returns an object containing various details about a specific account on the blockchain.\n- **Operation ID:** `getAccountGet`\n\n##### Query Parameters:\n- `account_name` (required, string): The account name to retrieve details for.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **HEAD**: Returns an object containing various details about a specific account on the blockchain.\n- **Tags:** chain\n- **Summary:** Returns an object containing various details about a specific account on the blockchain.\n- **Operation ID:** `getAccountHead`\n\n##### Query Parameters:\n- `account_name` (required, string): The account name to retrieve details for.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **POST**: Returns an object containing various details about a specific account on the blockchain.\n- **Tags:** chain\n- **Summary:** Returns an object containing various details about a specific account on the blockchain.\n- **Operation ID:** `getAccountPost`\n\n##### Request Body Parameters:\n- `account_name` (required, string): The account name to retrieve details for.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n### /v1/chain/get_activated_protocol_features\n\n#### **GET**: Retrieves the activated protocol features for producer node\n- **Tags:** chain\n- **Summary:** Retrieves the activated protocol features for producer node.\n- **Operation ID:** `getActivatedProtocolFeaturesGet`\n\n##### Query Parameters:\n- `lower_bound` (optional, integer): Lower bound for the query.\n- `upper_bound` (optional, integer): Upper bound for the query.\n- `limit` (optional, integer): The limit, default is 10.\n- `search_by_block_num` (optional, boolean): Flag to indicate it should search by block number.\n- `reverse` (optional, boolean): Flag to indicate it should search in reverse.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **HEAD**: Retrieves the activated protocol features for producer node\n- **Tags:** chain\n- **Summary:** Retrieves the activated protocol features for producer node.\n- **Operation ID:** `getActivatedProtocolFeaturesHead`\n\n##### Query Parameters:\n- `lower_bound` (optional, integer): Lower bound for the query.\n- `upper_bound` (optional, integer): Upper bound for the query.\n- `limit` (optional, integer): The limit, default is 10.\n- `search_by_block_num` (optional, boolean): Flag to indicate it should search by block number.\n- `reverse` (optional, boolean): Flag to indicate it should search in reverse.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n#### **POST**: Retrieves the activated protocol features for producer node\n- **Tags:** chain\n- **Summary:** Retrieves the activated protocol features for producer node.\n- **Operation ID:** `getActivatedProtocolFeaturesPost`\n\n##### Request Body Parameters:\n- `lower_bound` (optional, integer): Lower bound for the query.\n- `upper_bound` (optional, integer): Upper bound for the query.\n- `limit` (optional, integer): The limit, default is 10.\n- `search_by_block_num` (optional, boolean): Flag to indicate it should search by block number.\n- `reverse` (optional, boolean): Flag to indicate it should search in reverse.\n\n##### Responses:\n- **200:** Default Response.\n\n---\n\n### /v1/chain/get_block\n\n#### GET\n- **Summary**: Returns an object containing various details about a specific block on the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- `block_num_or_id` (string, required): Provide a `block number` or a `block id`. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n- **Summary:** Returns an object containing various details about a specific block on the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- `block_num_or_id` (string, required): Provide a `block number` or a `block id`. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n- **Summary:** Returns an object containing various details about a specific block on the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `block_num_or_id` (string, required): Provide a `block number` or a `block id`. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_block_header_state\n\n#### GET\n\n- **Summary:** Retrieves the block header state. \n- **Tags:** chain \n\n##### **Parameters:**\n- `block_num_or_id` (string, required): Provide a block number or a block ID. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n##### HEAD\n\n- **Summary:** Retrieves the block header state. \n- **Tags:** chain \n\n##### **Parameters:**\n- `block_num_or_id` (string, required): Provide a block number or a block ID. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves the block header state. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `block_num_or_id` (string, required): Provide a block number or a block ID. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_code\n\n#### GET\n\n- **Summary:** Retrieves contract code. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): The name of the account. \n- `code_as_wasm` (integer, required, default: 1): This must be 1 (true). \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves contract code. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): The name of the account. \n- `code_as_wasm` (integer, required, default: 1): This must be 1 (true). \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves contract code. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `account_name` (string, required): The name of the account. \n - `code_as_wasm` (integer, required, default: 1): This must be 1 (true). \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_currency_balance\n\n#### GET\n\n- **Summary:** Retrieves the current balance. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Currency code. \n- `account` (string, required): Account name. \n- `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves the current balance. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Currency code. \n- `account` (string, required): Account name. \n- `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves the current balance. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `code` (string, required): Currency code. \n - `account` (string, required): Account name. \n - `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_currency_stats\n\n#### GET\n\n- **Summary:** Retrieves currency stats. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Currency code. \n- `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves currency stats. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Currency code. \n- `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves currency stats. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `code` (string, required): Currency code. \n - `symbol` (string, required): Token symbol. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_info\n\n#### GET\n\n- **Summary:** Returns an object containing various details about the blockchain. \n- **Tags:** chain \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Returns an object containing various details about the blockchain. \n- **Tags:** chain \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Returns an object containing various details about the blockchain. \n- **Tags:** chain \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_producers\n\n#### GET\n\n- **Summary:** Retrieves producers list. \n- **Tags:** chain \n\n##### **Parameters:**\n- `limit` (string, optional): Total number of producers to retrieve. \n- `lower_bound` (string, optional): In conjunction with limit can be used to paginate through the results. \n- `json` (boolean, optional): Return result in JSON format. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves producers list. \n- **Tags:** chain \n\n##### **Parameters:**\n- `limit` (string, optional): Total number of producers to retrieve. \n- `lower_bound` (string, optional): In conjunction with limit can be used to paginate through the results. \n- `json` (boolean, optional): Return result in JSON format. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves producers list. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `limit` (string, optional): Total number of producers to retrieve. \n - `lower_bound` (string, optional): In conjunction with limit can be used to paginate through the results. \n - `json` (boolean, optional): Return result in JSON format. \n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_raw_abi\n\n#### GET\n\n- **Summary:** Retrieves raw ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves raw ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves raw ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_raw_code_and_abi\n\n#### GET\n\n- **Summary:** Retrieves raw code and ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves raw code and ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves raw code and ABI for a contract based on account name. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `account_name` (string, required): Account name.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_scheduled_transaction\n\n#### GET\n\n- **Summary:** Retrieves the scheduled transaction. \n- **Tags:** chain \n\n##### **Parameters:**\n- `lower_bound` (string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.\n- `limit` (integer, optional): The maximum number of transactions to return.\n- `json` (boolean, optional): Whether the packed transaction is converted to JSON.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves the scheduled transaction. \n- **Tags:** chain \n\n##### **Parameters:**\n- `lower_bound` (string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.\n- `limit` (integer, optional): The maximum number of transactions to return.\n- `json` (boolean, optional): Whether the packed transaction is converted to JSON.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves the scheduled transaction. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `lower_bound` (string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.\n - `limit` (integer, optional): The maximum number of transactions to return.\n - `json` (boolean, optional): Whether the packed transaction is converted to JSON.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_table_by_scope\n\n#### GET\n\n- **Summary:** Retrieves table scope. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Name of the contract to return table data for.\n- `table` (string, optional): Filter results by table.\n- `lower_bound` (string, optional): Filters results to return the first element that is not less than the provided value in the set.\n- `upper_bound` (string, optional): Filters results to return the first element that is greater than the provided value in the set.\n- `limit` (integer, optional): Limit the number of results returned.\n- `reverse` (boolean, optional): Reverse the order of returned results.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Retrieves table scope. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): Name of the contract to return table data for.\n- `table` (string, optional): Filter results by table.\n- `lower_bound` (string, optional): Filters results to return the first element that is not less than the provided value in the set.\n- `upper_bound` (string, optional): Filters results to return the first element that is greater than the provided value in the set.\n- `limit` (integer, optional): Limit the number of results returned.\n- `reverse` (boolean, optional): Reverse the order of returned results.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Retrieves table scope. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `code` (string, required): Name of the contract to return table data for.\n - `table` (string, optional): Filter results by table.\n - `lower_bound` (string, optional): Filters results to return the first element that is not less than the provided value in the set.\n - `upper_bound` (string, optional): Filters results to return the first element that is greater than the provided value in the set.\n - `limit` (integer, optional): Limit the number of results returned.\n - `reverse` (boolean, optional): Reverse the order of returned results.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/get_table_rows\n\n#### GET\n\n- **Summary:** Returns an object containing rows from the specified table. \n- **Tags:** chain \n\n##### **Parameters:**\n- `code` (string, required): The name of the smart contract that controls the provided table.\n- `table` (string, required): The name of the table to query.\n- `scope` (string, optional): The account to which this data belongs.\n- `index_position` (string, optional): Position of the index used; accepted parameters: `primary`, `secondary`, `tertiary`, `fourth`, `fifth`, `sixth`, `seventh`, `eighth`, `ninth`, `tenth`.\n- `key_type` (string, optional): Type of key specified by index_position (e.g., `uint64_t` or `name`).\n- `encode_type` (string, optional): Encoding type.\n- `upper_bound` (string, optional): Upper bound for the query.\n- `lower_bound` (string, optional): Lower bound for the query.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### HEAD\n\n- **Summary:** Returns an object containing rows from the specified table. \n- **Tags:** chain \n\n##### **Parameters:** (Same as GET)\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n#### POST\n\n- **Summary:** Returns an object containing rows from the specified table. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `code` (string, required): The name of the smart contract that controls the provided table.\n - `table` (string, required): The name of the table to query.\n - `scope` (string, optional): The account to which this data belongs.\n - `index_position` (string, optional): Position of the index used.\n - `key_type` (string, optional): Type of key specified by index_position.\n - `encode_type` (string, optional): Encoding type.\n - `upper_bound` (string, optional): Upper bound for the query.\n - `lower_bound` (string, optional): Lower bound for the query.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/push_transaction\n\n#### POST\n\n- **Summary:** This method expects a transaction in JSON format and will attempt to apply it to the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `signatures` (array, required): Array of signatures required to authorize the transaction.\n - `compression` (boolean, optional): Compression used, usually false.\n - `packed_context_free_data` (string, optional): JSON to hex.\n - `packed_trx` (string, required): Transaction object JSON to hex.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/push_transactions\n\n#### POST\n\n- **Summary:** This method expects a transaction in JSON format and will attempt to apply it to the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `expiration` (integer, required): Transaction expiration time.\n - `ref_block_num` (integer, required): Reference block number.\n - `ref_block_prefix` (integer, required): Reference block prefix.\n - `max_net_usage_words` (integer, required): Maximum net usage in words.\n - `max_cpu_usage_ms` (integer, required): Maximum CPU usage in milliseconds.\n - `delay_sec` (integer, required): Delay in seconds.\n - `context_free_actions` (array, optional): Context-free actions.\n - `actions` (array, required): Actions to be executed.\n - `transaction_extensions` (array, optional): Transaction extensions.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/send_transaction\n\n#### POST\n\n- **Summary:** This method expects a transaction in JSON format and will attempt to apply it to the blockchain. \n- **Tags:** chain \n\n##### **Parameters:**\n- **Body** (object, required):\n - `signatures` (array, required): Array of signatures required to authorize the transaction.\n - `compression` (boolean, optional): Compression used, usually false.\n - `packed_context_free_data` (string, optional): JSON to hex.\n - `packed_trx` (string, required): Transaction object JSON to hex.\n\n##### **Responses:**\n- **200**: Default Response\n\n---\n\n### /v1/chain/*\n\n#### GET \n\n- **Summary:** Wildcard chain API handler. \n- **Responses:**\n - **200**: Default Response\n\n---\n\n#### POST \n\n- **Summary:** Wildcard chain API handler. \n- **Responses:**\n - **200**: Default Response\n\n---\n\n### /v1/node/get_supported_apis\n\n#### GET \n\n- **Summary:** Get list of supported APIs. \n- **Responses:**\n - **200**: Default Response\n\n\n## Schemas\n\n### **CheckTransactionResult**\n- **Description:** Server response for checking transaction inclusion\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `id` (string): Transaction ID\n - `status` (string): Transaction status\n - `block_num` (number): Block number containing the transaction\n - `root_action` (object): Root action details\n - **Properties**:\n - `account` (string): Account name\n - `name` (string): Action name\n - `authorization` (array): List of authorizations\n - **Items** (object):\n - `actor` (string): Actor name\n - `permission` (string): Permission level\n - `data` (string): Action data\n - `signatures` (array): List of transaction signatures\n - **Items** (string): Signature string\n\n---\n\n### **ActionResponse**\n- **Description:** Server response for retrieving root actions\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `simple_actions` (array): Array of simplified action objects\n - **Items**:\n - `block` (number): Block number\n - `timestamp` (string): Action timestamp\n - `irreversible` (boolean): Irreversibility status\n - `contract` (string): Contract name\n - `action` (string): Action name\n - `actors` (string): List of actors\n - `notified` (string): Notified account\n - `transaction_id` (string): Transaction ID\n - `data` (object): Additional action data (key-value pairs)\n - `actions` (array): Array of action objects\n - **Items**:\n - `@timestamp` (string): Timestamp of action creation\n - `timestamp` (string): Action timestamp\n - `block_num` (number): Block number\n - `block_id` (string): Block ID\n - `trx_id` (string): Transaction ID\n - `act` (object): Action details\n - **Properties**:\n - `account` (string): Account name\n - `name` (string): Action name\n - `authorization` (array): List of authorizations\n - **Items**:\n - `actor` (string): Actor name\n - `permission` (string): Permission level\n - `receipts` (array): Action receipts\n - **Items**:\n - `receiver` (string): Receiver name\n - `global_sequence` (number): Global sequence number\n - `recv_sequence` (number): Receiver sequence number\n - `auth_sequence` (array): Authorization sequences\n - **Items**:\n - `account` (string): Account name\n - `sequence` (number): Sequence number\n - `cpu_usage_us` (number): CPU usage in microseconds\n - `net_usage_words` (number): Network usage in words\n - `account_ram_deltas` (array): Account RAM deltas\n - **Items**:\n - `account` (string): Account name\n - `delta` (number): RAM delta\n - `global_sequence` (number): Global sequence number\n - `producer` (string): Producer name\n - `parent` (number): Parent block number\n - `action_ordinal` (number): Action ordinal\n - `creator_action_ordinal` (number): Creator action ordinal\n - `signatures` (array): List of signatures\n - **Items** (string): Signature\n\n---\n\n### **CreatedAccountsResponse**\n- **Description:** Server response for retrieving created accounts\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `query_time` (number): Total query time\n - `accounts` (array): List of created account objects\n - **Items**:\n - `name` (string): Account name\n - `timestamp` (string): Account creation timestamp\n - `trx_id` (string): Transaction ID\n\n---\n\n### **CreatorResponse**\n- **Description:** Server response for retrieving account creator information\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `account` (string): Account name\n - `creator` (string): Creator account name\n - `timestamp` (string): Account creation timestamp\n - `block_num` (integer): Block number\n - `trx_id` (string): Transaction ID\n - `indirect_creator` (string): Indirect creator account name\n\n---\n\n### **DeltasResponse**\n- **Description:** Server response for retrieving state deltas\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `deltas` (array): List of delta objects\n - **Items**:\n - `timestamp` (string): Delta timestamp\n - `present` (number): Delta present flag\n - `code` (string): Contract account\n - `scope` (string): Table scope\n - `table` (string): Table name\n - `primary_key` (string): Primary key\n - `payer` (string): Payer account\n - `block_num` (number): Block number\n - `block_id` (string): Block ID\n - `data` (object): Delta data, additional properties allowed\n\n---\n\n### **ScheduleResponse**\n- **Description:** Server response for retrieving producer schedule by version\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `timestamp` (string): Schedule timestamp\n - `block_num` (number): Block number\n - `version` (number): Schedule version\n - `producers` (array): List of producer objects\n - **Items**:\n - `producer_name` (string): Name of the producer\n - `block_signing_key` (string): Block signing key of the producer\n - `legacy_key` (string): Legacy key of the producer\n\n---\n\n### **TableStateResponse**\n- **Description:** Server response for retrieving the state of a table at a specific block height\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `code` (string): Contract code\n - `table` (string): Table name\n - `block_num` (number): Block number\n - `after_key` (string): Last key for pagination\n - `next_key` (string): Next key for pagination\n - `results` (array): List of state entries\n - **Items**:\n - `scope` (string): Table scope\n - `primary_key` (string): Primary key\n - `payer` (string): Payer account\n - `timestamp` (string): Entry timestamp\n - `block_num` (number): Block number\n - `block_id` (string): Block ID\n - `present` (number): Present flag\n - `data` (object): Additional data, additional properties allowed\n---\n\n### **TransactionResponse**\n- **Description:** Server response for retrieving transaction details by ID\n- **Type:** object\n- **Properties**:\n - **Content depends on transaction details and may vary per implementation**\n\n---\n\n### **AccountSummaryResponse**\n- **Description:** Server response for retrieving an account summary\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `account` (object): Account details with additional properties allowed\n - `links` (array): List of account link objects\n - **Items**:\n - `timestamp` (string): Link timestamp\n - `permission` (string): Permission level\n - `code` (string): Linked contract code\n - `action` (string): Linked action\n - `tokens` (array): List of token objects\n - **Items**:\n - `symbol` (string): Token symbol\n - `precision` (integer): Decimal precision of token\n - `amount` (number): Token amount\n - `contract` (string): Contract of the token\n - `total_actions` (number): Total actions count\n - `actions` (array): List of action objects\n - **Items**:\n - `@timestamp` (string): Action timestamp\n - `timestamp` (string): Action timestamp (legacy)\n - `block_num` (number): Block number of action\n - `block_id` (string): Block ID\n - `trx_id` (string): Transaction ID\n - `act` (object): Action details\n - **Properties**:\n - `account` (string): Account responsible for action\n - `name` (string): Action name\n - `authorization` (array): Authorization details\n - **Items**:\n - `actor` (string): Authorizing account\n - `permission` (string): Permission level\n - `receipts` (array): Receipt objects associated with action\n - **Items**:\n - `receiver` (string): Receiving account\n - `global_sequence` (number): Global sequence number\n - `recv_sequence` (number): Receive sequence number\n - `auth_sequence` (array): Authorization sequences\n - **Items**:\n - `account` (string): Authorizing account\n - `sequence` (number): Sequence number\n - `cpu_usage_us` (number): CPU usage in microseconds\n - `net_usage_words` (number): Net usage in words\n - `account_ram_deltas` (array): RAM deltas associated with account\n - **Items**:\n - `account` (string): Account affected by RAM delta\n - `delta` (number): RAM delta amount\n - `global_sequence` (number): Global sequence number\n - `producer` (string): Producing account\n - `parent` (number): Parent sequence number\n - `action_ordinal` (number): Action ordinal in transaction\n - `creator_action_ordinal` (number): Ordinal of creator action in transaction\n - `signatures` (array): List of transaction signatures\n - **Items**: String representing a signature\n\n---\n\n### **KeyAccountsResponse**\n- **Description:** Server response containing account names and optional permission details linked to a public key\n- **Type:** object\n- **Properties**:\n - `account_names` (array): List of account names associated with the public key\n - **Items**: string representing an account name\n - `permissions` (array, optional): Permission details if `details` parameter is true\n - **Items**:\n - `owner` (string): Owner of the permission\n - `block_num` (integer): Block number associated with the permission\n - `parent` (string): Parent permission\n - `last_updated` (string): Last updated timestamp\n - `auth` (object): Authorization details\n - `name` (string): Permission name\n - `present` (number): Presence indicator\n\n---\n\n### **PermissionLinksResponse**\n- **Description:** Server response containing permission link information\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Cached result status\n - `hot_only` (boolean): Hot-only flag\n - `lib` (number): Last irreversible block number\n - `total` (object): Total object\n - **Properties**:\n - `value` (number): Total value\n - `relation` (string): Relation description\n - `links` (array): List of permission link objects\n - **Items**:\n - `block_num` (number): Block number associated with the link\n - `timestamp` (string): Link timestamp\n - `account` (string): Account name associated with the link\n - `permission` (string): Permission name\n - `code` (string): Contract code\n - `action` (string): Linked action\n - `irreversible` (boolean): Whether the link is irreversible\n\n---\n\n### **VotersResponse**\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query time in milliseconds\n - `cached` (boolean): Indicates if result was cached\n - `hot_only` (boolean): Hot-only status\n - `lib` (number): Last irreversible block number\n - `total` (object): Total results\n - `value` (number): Total count\n - `relation` (string): Description of relation\n - `voters` (array): List of voter objects\n - **Items**:\n - `account` (string): Voter account name\n - `weight` (number): Voting weight\n - `last_vote` (number): Last vote timestamp\n - `data` (object): Additional data (key-value pairs)\n\n---\n\n### **MissedBlocksResponse**\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Query execution time in milliseconds\n - `cached` (boolean): Whether the data is cached\n - `hot_only` (boolean): Hot-only data status\n - `lib` (number): Last irreversible block number\n - `total` (object): Total results\n - `value` (number): Count of results\n - `relation` (string): Relation to the total count\n - `stats` (object): Statistics, including data by producer\n - `events` (array): List of missed block events\n - **Items**:\n - `@timestamp` (string): Timestamp of the event\n - `last_block` (number): Last block number\n - `schedule_version` (number): Version of the schedule\n - `size` (number): Size of the missed block data\n - `producer` (string): Producer who missed the block\n\n---\n\n### **ActionsResponse**\n- **Type:** object\n- **Properties**:\n - `query_time` (number): Time taken for the query\n - `last_irreversible_block` (number): Last irreversible block number\n - `actions` (array): List of action details\n - **Items**:\n - `account_action_seq` (number): Account action sequence\n - `global_action_seq` (number): Global action sequence\n - `block_num` (number): Block number\n - `block_time` (string): Block time\n - `action_trace` (object): Trace data of the action\n - `action_ordinal` (number): Ordinal of the action\n - `creator_action_ordinal` (number): Ordinal of creator action\n - `receipt` (object): Receipt information\n - `receiver` (string): Receiver name\n - `global_sequence` (number): Global sequence number\n - `recv_sequence` (number): Receiver sequence\n - `auth_sequence` (array): Authorization sequence data\n - `receiver` (string): Receiver of the action\n - `act` (object): Action data\n - `account` (string): Account involved\n - `name` (string): Name of the action\n - `authorization` (array): Authorization details\n - `data` (object): Additional data\n - `hex_data` (string): Hexadecimal representation of data\n - `trx_id` (string): Transaction ID\n - `block_num` (number): Block number where action occurred\n - `block_time` (string): Block time in ISO8601 format\n\n---\n\n### ControlledAccountsResponse\n- **Type:** object\n- **Properties**:\n - `controlled_accounts` (array): List of controlled accounts.\n - **Items**: (string)\n\n---\n\n### KeyAccountsResponse\n- **Type:** object\n- **Properties**:\n - `account_names` (array): List of account names associated with the public key.\n - **Items**: (string)\n\n---\n\n### BlockTracesResponse\n- **Type:** object\n- **Properties**:\n - `query_time_ms` (number): Time taken to execute the query in milliseconds.\n - `cached` (boolean): Whether the response was cached.\n - `hot_only` (boolean): Whether only hot data is included.\n - `lib` (number): Last irreversible block number.\n - `total` (object): Total results.\n - `value` (number): Count of results.\n - `relation` (string): Relation to the total count.\n - `id` (string): Block ID.\n - `number` (integer): Block number.\n - `previous_id` (string): Previous block ID.\n - `status` (string): Block status.\n - `timestamp` (string): Block timestamp in ISO8601 format.\n - `producer` (string): Block producer.\n - `transactions` (array): List of transactions in the block.\n - **Items**:\n - `id` (string): Transaction ID.\n - `actions` (array): List of actions within the transaction.\n - **Items**:\n - `receiver` (string): Receiver of the action.\n - `account` (string): Account initiating the action.\n - `action` (string): Name of the action.\n - `authorization` (array): Authorization details.\n - **Items**:\n - `account` (string): Authorized account.\n - `permission` (string): Required permission.\n - `data` (object): Additional data associated with the action.\n\n## Credits\n\nMade with ♥️ by [EOS Rio](https://eosrio.io/)","indexData":null,"route":"/hyperion/hyperion-api","timestamp":1770716681890},
isSSG: true
};