{
"version": {
"rosetta_version": "text",
"node_version": "text",
"middleware_version": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"allow": {
"operation_statuses": [
{
"status": "pending",
"successful": true
}
],
"operation_types": [
"text"
],
"errors": [
{
"code": 1,
"message": "text",
"description": "text",
"retriable": true,
"details": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"historical_balance_lookup": true,
"timestamp_start_index": 1,
"call_methods": [
"text"
],
"balance_exemptions": [
{
"sub_account_address": "text",
"currency": {
"symbol": "text",
"decimals": 1,
"metadata": {
"asset_identifier": "text",
"name": "text",
"value": "text",
"token_type": "ft"
}
},
"exemption_type": "greater_or_equal"
}
],
"mempool_coins": true,
"block_hash_case": "upper_case",
"transaction_hash_case": "upper_case"
}
}