Skip to content

docs(supported-chains): streamline supported chains and currencies documentation#72

Open
aimensahnoun wants to merge 1 commit into03-03-docs_api-reference_add_v2_endpoints_overview_and_switch_docs_openapi_to_v2-only_spec_improve_api_reference_navigation_by_introducing_a_dedicated_endpoints_overview_page_in_docs_and_wiring_mintlify_openapi_rendering_to_a_local_v2from
03-03-docs_resources_point_supported-chains_cards_to_specific_section_anchors_improve_navigation_in_resources_supported-chains-and-currencies.mdx_by_updating_card_destinations_from_generic_page-level_links_to_section-level_anchors_so_
Open

docs(supported-chains): streamline supported chains and currencies documentation#72
aimensahnoun wants to merge 1 commit into03-03-docs_api-reference_add_v2_endpoints_overview_and_switch_docs_openapi_to_v2-only_spec_improve_api_reference_navigation_by_introducing_a_dedicated_endpoints_overview_page_in_docs_and_wiring_mintlify_openapi_rendering_to_a_local_v2from
03-03-docs_resources_point_supported-chains_cards_to_specific_section_anchors_improve_navigation_in_resources_supported-chains-and-currencies.mdx_by_updating_card_destinations_from_generic_page-level_links_to_section-level_anchors_so_

Conversation

@aimensahnoun
Copy link
Member

@aimensahnoun aimensahnoun commented Mar 3, 2026

TL;DR

Streamlined the supported chains and currencies documentation to focus on API-specific coverage and removed AI-generated content warnings.

What changed?

  • Removed the AI-generated content warning banner
  • Simplified the overview to highlight 500+ currencies across major EVM chains
  • Replaced detailed network cards with a concise list of supported chains for ERC20, Native, and Conversion payments
  • Condensed currency information to focus on API-relevant details rather than comprehensive token listings
  • Added specific sections for different payment types (Conversion, Crosschain, Crypto-to-fiat) with links to detailed documentation
  • Introduced Currencies API endpoints section with practical integration information
  • Removed extensive tables, tabs, and accordions in favor of focused card-based navigation
  • Updated the description from general blockchain coverage to API-specific payment type coverage

How to test?

  • Verify all internal links to payment type documentation pages work correctly
  • Test the API endpoint links to ensure they point to the correct OpenAPI documentation
  • Confirm the token list link provides the expected comprehensive token catalog
  • Check that the crosschain and crypto-to-fiat payment links contain the detailed chain/currency matrices

Why make this change?

The original documentation was overly comprehensive and included AI-generated warnings that may have reduced user confidence. This revision creates a more focused, API-centric resource that directs users to specific payment type documentation while maintaining essential currency and chain information needed for integration decisions.

…hors

Improve navigation in `resources/supported-chains-and-currencies.mdx` by
updating card destinations from generic page-level links to section-level
anchors, so users land directly on the relevant content.
- updated Token List cards to point to `/resources/token-list#token-list-structure`
- updated Crosschain card to point to:
  `/api-features/crosschain-payments#crosschain-payments-supported-chains-and-currencies`
- updated Crypto-to-fiat card to point to:
  `/api-features/crypto-to-fiat-payments#crypto-to-fiat-supported-chains-and-currencies`
- updated Payment Types related card to point to:
  `/api-features/payment-types-overview#payment-types`
This was referenced Mar 3, 2026
Copy link
Member Author

aimensahnoun commented Mar 3, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@aimensahnoun aimensahnoun changed the title docs(resources): point supported-chains cards to specific section anchors Improve navigation in resources/supported-chains-and-currencies.mdx by updating card destinations from generic page-level links to section-level anchors, so users land directly on docs(supported-chains): streamline supported chains and currencies documentation Mar 3, 2026
@aimensahnoun aimensahnoun marked this pull request as ready for review March 3, 2026 14:37
@greptile-apps
Copy link

greptile-apps bot commented Mar 3, 2026

Greptile Summary

This PR streamlines resources/supported-chains-and-currencies.mdx from a 425-line overview with broad tables and accordions into a focused 122-line API reference that links out to payment-type-specific pages. The reduction in scope is intentional and appropriate — all referenced internal anchors and external API links are valid.

Key observations:

  • All internal anchor links (#token-list-structure, #crosschain-payments-supported-chains-and-currencies, #crypto-to-fiat-supported-chains-and-currencies, #payment-types) were verified against target files and are valid
  • External OpenAPI links for /v2/currencies endpoints are correctly formatted
  • The ## Endpoints heading (line 96) is structurally misplaced at the same ## level as ## Currencies API Endpoints (line 72); it should be ### Endpoints to properly nest within that section
  • Documentation-only change with no broken references

Confidence Score: 4/5

  • Safe to merge — documentation-only change with one minor structural heading hierarchy issue worth addressing.
  • This is a documentation-only PR with no functional code changes. All internal and external links have been verified and are correct. The score is 4 rather than 5 due to one structural issue: the ## Endpoints heading should be ### Endpoints to properly nest under the ## Currencies API Endpoints section. This is a quick fix that improves document outline consistency.
  • resources/supported-chains-and-currencies.mdx — heading hierarchy issue on line 96

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Supported Chains and Currencies Page] --> B[ERC20 / Native / Conversion<br/>Supported Chains]
    A --> C[ERC20 and Native Payments<br/>Supported Currencies]
    A --> D[Conversion Payments<br/>Supported Currencies]
    A --> E[Crosschain Payments<br/>Supported Currencies]
    A --> F[Crypto-to-fiat Payments<br/>Supported Currencies]
    A --> G[Currencies API Endpoints]

    C --> C1[Token List Page<br/>/resources/token-list#token-list-structure]
    D --> D1[GET /v2/currencies/currencyId/conversion-routes]
    E --> E1[Crosschain Payments Page<br/>#crosschain-payments-supported-chains-and-currencies]
    F --> F1[Crypto-to-fiat Page<br/>#crypto-to-fiat-supported-chains-and-currencies]
    G --> G1[GET /v2/currencies]
    G --> G2[GET /v2/currencies/currencyId/conversion-routes]
Loading

Last reviewed commit: 599e467

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

- `type`
- `chainId`

## Endpoints
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ## Endpoints heading (line 96) is at the same hierarchy level as ## Currencies API Endpoints (line 72), but it logically belongs as a subsection containing those endpoint cards. This should be demoted to ### to maintain proper document structure.

Suggested change
## Endpoints
### Endpoints

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

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