API-3985: Add documentation for Stablecoin Balances endpoint#148
Open
shaneauerbach wants to merge 4 commits intomainfrom
Open
API-3985: Add documentation for Stablecoin Balances endpoint#148shaneauerbach wants to merge 4 commits intomainfrom
shaneauerbach wants to merge 4 commits intomainfrom
Conversation
- Add evm/stablecoins.mdx page documenting the dedicated stablecoin endpoint
- Add evm/openapi/stablecoins.json OpenAPI spec for /v1/evm/balances/{address}/stablecoins
- Update docs.json to add page to navigation and OpenAPI reference
- Update evm/balances.mdx to mention stablecoin filter option
The Stablecoin Balances endpoint is a specialized version of the Balances endpoint
that filters results to include only configured stablecoins (USD-pegged, yield-bearing,
and euro-pegged). It supports the same chains and parameters as the main Balances endpoint.
Notable feature: On Gnosis chain, the native token xDAI is included as a stablecoin.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add asset_class query param to balances.json (enum: stablecoin) - Add missing query params to stablecoins.json (filters, exclude_spam_tokens) - Add missing response fields to stablecoins.json (pool_size, low_liquidity, errors) - Add BalanceErrors and BalanceErrorInformation schemas to stablecoins.json - Fix doc wording: clarify stablecoin category is for filtering, not returned in response Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR SummaryLow Risk Overview Updates navigation and OpenAPI registration in Written by Cursor Bugbot for commit ca259d6. Configure here. |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
These sections duplicate information already covered in the main Balances endpoint documentation. Users can reference /evm/balances for detailed information about token pricing and historical prices. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for the new Stablecoin Balances endpoint (
/v1/evm/balances/{address}/stablecoins).Changes
evm/stablecoins.mdx- Dedicated documentation for the stablecoin endpointevm/openapi/stablecoins.json- API specificationdocs.json- Added page to navigation and OpenAPI referenceevm/balances.mdx- Added tip about stablecoin filter optionDocumentation Highlights
asset_class=stablecoinparameter on the main Balances endpointPreview
The new page will appear in the sidebar under EVM > Stablecoin Balances, right after Balances.
Linear
Closes API-3985
🤖 Generated with Claude Code