v1

latestOpenAPI 3.0.02026-07-17493090.2 KB
Scabbard

Get the value at an address in a Scabbard service's state

This endpoint can be used to fetch the value at a specific address in a Scabbard service's state.

This endpoint requires the permission "scabbard.read".

get/scabbard/{circuit}/{service_id}/state/{address}

Path parameters

circuitstring required

Circuit the targeted service belongs to

service_idstring required

ID of the targeted service

addressstring required
Example:000000a87cb5eafdcca6a814e4add97c4b517d3c530c2f44b31d18e3b0c44298fc1c14

The address of the value to retrieve from state

Headers

Authorizationstring required

The client's authorization, which the server resolves to an identity. Currently supports Biome JWT (if Biome credentials is enabled), Cylinder JWT, and OAuth2 bearer tokens.

SplinterProtocolVersioninteger
Example:2

The protocol version which the client can understand. If not provided, the node will respond using its latest protocol version.

Response

The value was successfully retrieved

integer[] required