feat(chain138-snap): add snap-ready pricing methods and integrator docs #1

Open
nsatoshi wants to merge 0 commits from feature/chain138-snap-pricing-context into main
Owner

Summary

This PR adds Snap-facing pricing support for Chain 138 and documents the exact integration contract for current and historical valuation.

What Changed

  • add Snap methods for:
    • current price
    • historical price
    • pricing context
  • update Snap manifest and README
  • add integrator guidance for pricing payloads and fallback behavior
  • add a dedicated requirements doc for Snap-grade pricing integration

Validation

  • verified request/response expectations against the live token-aggregation API
  • aligned docs with the deployed pricing-context flow

Notes

This PR depends on the token-aggregation pricing endpoints introduced in the corresponding smom-dbis-138 PR.

## Summary This PR adds Snap-facing pricing support for Chain 138 and documents the exact integration contract for current and historical valuation. ## What Changed - add Snap methods for: - current price - historical price - pricing context - update Snap manifest and README - add integrator guidance for pricing payloads and fallback behavior - add a dedicated requirements doc for Snap-grade pricing integration ## Validation - verified request/response expectations against the live token-aggregation API - aligned docs with the deployed pricing-context flow ## Notes This PR depends on the token-aggregation pricing endpoints introduced in the corresponding `smom-dbis-138` PR.
nsatoshi added 3 commits 2026-04-25 23:56:35 -07:00
This pull request is broken due to missing fork information.
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/chain138-snap-pricing-context:feature/chain138-snap-pricing-context
git checkout feature/chain138-snap-pricing-context
Sign in to join this conversation.