ordinals/ord

Recursion: Get latest child from parent inscription

Open

#3,923 opened on Aug 30, 2024

View on GitHub
 (5 comments) (5 reactions) (0 assignees)Rust (1,479 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (3,955 stars)
PR merge metrics
 (Avg merge 15d 21h) (5 merged PRs in 30d)

Description

Currently you need to loop over all pages to get the latest child.

To save multiple calls, would it be possible to adopt something similar to sat number, using at/-1 to get latest...

/r/children/<INSCRIPTION_ID>/inscriptions/at/-1

Contributor guide