Resource preferences

Get Account resource preferences

post

Returns paginable collection of resource preference rules for given account.

Body
all ofOptionalExample: {"account_address":null}
Responses
200
Account resource preferences page
application/json
Responseall of
post
POST /state/account/page/resource-preferences HTTP/1.1
Host: xrd-gateway.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 24

{
  "account_address": null
}
{
  "ledger_state": {
    "network": "<network-name>",
    "state_version": 1,
    "proposer_round_timestamp": "text",
    "epoch": 1,
    "round": 1
  },
  "total_count": 1,
  "next_cursor": "text",
  "items": [
    {
      "resource_address": "text",
      "resource_preference_rule": "Allowed",
      "last_updated_at_state_version": 1
    }
  ],
  "account_address": "text"
}