Add Ethereum and Plasma USDT funding support - #808
Conversation
- Add an Ethereum stablecoin funding accordion to the internal accounts funding payment instructions, which previously showed USDT examples only for Tron and Plasma - Add TRON and PLASMA to the cryptoNetwork example values on RealtimeFundingQuoteSource - Fix the grid-api skill references: ETHEREUM_WALLET supports USDC and USDT, USDT JIT funding works on Tron/Ethereum/Plasma, and add the missing PLASMA_WALLET entries Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PLo8HsJf9FMrmfNE99NSQ5
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
✱ Stainless preview builds for gridThis PR will update the cli go kotlin openapi php python ruby typescript ✅ grid-ruby studio · code
❗ grid-go studio
❗ grid-kotlin studio
|
Greptile SummaryThe PR documents USDT funding over Ethereum and Plasma and expands the realtime-funding network examples.
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The newly documented wallet and asset combinations are present in the OpenAPI contract, the added network names match the canonical enum, and both generated bundles remain synchronized with the source schema.
|
| Filename | Overview |
|---|---|
| openapi/components/schemas/quotes/RealtimeFundingQuoteSource.yaml | Adds TRON and PLASMA to the documented network examples, consistent with the canonical network enum. |
| mintlify/snippets/internal-accounts.mdx | Adds a schema-compatible Ethereum USDT funding example following existing accordion conventions. |
| .claude/skills/grid-api/references/account-types.md | Documents the existing ETHEREUM_WALLET USDT and PLASMA_WALLET USDT schema combinations. |
| .claude/skills/grid-api/SKILL.md | Expands the compatible USDT network list to Ethereum and Plasma. |
| openapi.yaml | Regenerated bundle remains synchronized with the modular schema change. |
| mintlify/openapi.yaml | Mintlify’s generated OpenAPI bundle remains synchronized with the source and root bundle. |
Reviews (1): Last reviewed commit: "Document USDT support on Ethereum L1 and..." | Re-trigger Greptile
Summary
Extends stablecoin funding capabilities to support USDT on Ethereum L1 and Plasma networks, and updates USDC support on Ethereum to explicitly include USDT as an alternative asset type.
Changes
ETHEREUM_WALLETto support both USDC and USDT (previously USDC only)PLASMA_WALLETaccount type for USDT fundingcryptoNetworkfield descriptions inRealtimeFundingQuoteSourceto includeTRONandPLASMAas example valuesImplementation Details
All changes are documentation-only updates to OpenAPI schemas and Mintlify MDX files. The OpenAPI source files in
openapi/components/schemas/were updated, andmake buildshould be run to rebundle the generatedopenapi.yamlfiles.https://claude.ai/code/session_01PLo8HsJf9FMrmfNE99NSQ5