State

Get Account authorized depositors

Returns paginable collection of authorized depositors for given account.

post/state/account/page/authorized-depositors

Request body

cursorstring nullable

This cursor allows forward pagination, by providing the cursor from the previous request.

limit_per_pageinteger nullable

The page size requested.

account_addressstring required

Bech32m-encoded human readable version of the address.

Example request

{
  "account_address": null
}

Response

Account resource preferences page

total_countinteger nullable

Total number of items in underlying collection, fragment of which is available in items collection.

next_cursorstring nullable

If specified, contains a cursor to query next page of the items collection.

account_addressstring required

Bech32m-encoded human readable version of the address.

Example response

{
  "ledger_state": {
    "network": "<network-name>"
  }
}

Changes

Changed in 4 of the 50 revisions of this API.316

  • 00c5f3bf5c2112See the full diff
    • ▲

      the response property //////// became nullable for the status

      response-property-became-nullable

    • ○

      the request property //// became nullable

      request-property-became-nullable

    • ○

      the request property //// became nullable

      request-property-became-nullable

    • ▲

      the request property //// became not nullable

      request-property-became-not-nullable

    • ▲

      the request property //// became not nullable

      request-property-became-not-nullable

    • ○

      added AccountLockerNotFoundError discriminator mapping keys to the response property for the response status

      response-property-discriminator-mapping-added

    • ●

      added the new NonFungibleBadge enum value to the /////// response property for the response status

      response-property-enum-value-added

    • ○

      added NonFungibleBadge discriminator mapping keys to the ////// response property for the response status

      response-property-discriminator-mapping-added

    • ○

      removed NonFungibleResourceBadge discriminator mapping keys from the ////// response property for the response status

      response-property-discriminator-mapping-deleted

    • ○

      removed the NonFungibleResourceBadge enum value from the /////// response property for the response status

      response-property-enum-value-removed

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog