Skip to content

asset search and registry data endpoints#151

Open
mononaut wants to merge 2 commits into
mempoolfrom
mononaut/asset-search
Open

asset search and registry data endpoints#151
mononaut wants to merge 2 commits into
mempoolfrom
mononaut/asset-search

Conversation

@mononaut
Copy link
Copy Markdown
Contributor

@mononaut mononaut commented May 25, 2026

adds two new endpoints for liquid instances:

/assets/registry/search

efficient typeahead-style substring search for liquid asset registry items, supporting query parameters:

  • q: search string (max 64 characters)
  • limit: max items to return (default 15, max 100)

/assets/registry/:asset

returns just the off-chain asset registry data for a specific asset ID, without the expensive history lookups.

Like the existing /assets/registry endpoint, these require --asset-db-path to be configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant