Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ curl -X POST https://production.graphql.api.molecule.xyz/graphql \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"query": "query { ipnfts(limit: 5) { id metadata { name } } }"
"query": "query { ipnfts(limit: 5) { id name trlValue } }"
}'
```

Expand All @@ -147,4 +147,4 @@ If you encounter any issues or have questions about the APIs:

***

_Last updated: January 2025_
_Last updated: February 2026_
Loading