Skip to content

Get an array of record ownerships at the specified height

Retrieves an array of object containing minimum information needed to determine the ownership of a record at the specified block height.

ENDPOINT
GET https://aleo-mainnet.obscura.network/v1/<API_KEY>/record/ownership/height?height={block_height}
ENDPOINT
GET https://aleo-testnetbeta.obscura.network/v1/<API_KEY>/record/ownership/height?height={block_height}

Query parameters

Parameter Type Required Description
height number Yes The height of the block whose record ownerships are requested. Should be a nonnegative integer

Response

Parameter Type Description
result Array<{ nonce_x: string, nonce_y: string, owner_x: string, transition_id: string }> Record ownerships