Skip to main content
GET

Lists all ANS entries owned by the user. Expired entries are not included in the response, even if the corresponding contracts are still active on the ledger.

Authorizations

userAuth

string
required
HTTP bearer authentication. Send the token as Authorization: Bearer <token>. Bearer format: JWT. JWT token as described by the spliceAppBearerAuth security scheme. The subject of the token must be ledger API user of the user affected by the endpoint.

Responses

200

ok
application/json
AnsEntryResponse[]
required

404

not found
application/json
string
required

500

internal server error
application/json
string
required

History

Added0.5.10