Get Owned SRRs

to get SRRs information by owner's address

GET <base_url>/port/api/v1/ownerAddress/{ownerAddress}/ownedSrrs

Please replace <base_url> as explained here.

Get issued SRR(s) that are currently owned by the given address. SRR(s) are paginated. Check the default pagination query parameters.

Recommended: query the subgraph directly

This endpoint is a thin convenience wrapper around the Startrail subgraph plus an IPFS metadata fetch. For anything beyond a quick lookup we recommend querying the subgraph directly — it is the authoritative source for issuer / artist / collection / ownership / provenance information, and the SRR metadata JSON should be fetched from the Startrail IPFS CDN gateway using the metadataDigest (CID) returned by the subgraph.

Path Parameters

Name
Type
Description

ownerAddress*

string

owner address.

Example

: 0xdf2c421c4Bc5a5694D1AE4b400886E148b378630

Query Parameters

Name
Type
Description

limit

number

Default value

: 100

page

number

Default value

: 1

Array of SRR data sourced from the subgraph and aggregated with the on-chain metadata fetched from IPFS.

See Description Of SRR Data.

Swagger Endpoint (Test Environment)

Swagger to test.

Required Permissions

No required permission. This endpoint is public as the information is also public.

Last updated

Was this helpful?