Skip to content

Commit d352db0

Browse files
docs: trading API references and copy updates
1 parent bf041ee commit d352db0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/api/trading/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ The Uniswap Trading API provides quote generation and transaction building for t
1010

1111
## Get your API key
1212

13-
Create an account in the [Trading API Developer Portal](https://developers.uniswap.org/dashboard/) to generate your API key.
13+
Create an account in the [Trading API Developer Platform](https://developers.uniswap.org/dashboard/) to generate your API key.
1414

1515
:::info
1616
For complete endpoint coverage, authentication requirements, and implementation patterns, see the [API Integration Guide](https://api-docs.uniswap.org/guides/integration_guide).
1717
:::
1818

1919
## Quick Start
2020

21-
Get started with the Uniswap Agent CLI skill, or send a direct request using the cURL example below.
21+
Choose the setup that fits your workflow: AI-assisted integration with Uniswap Skills, or direct API calls via cURL.
2222

23-
### Agent CLI
23+
### AI Setup (Uniswap Skills)
2424

25-
If you are using Agent CLI:
25+
Install the Uniswap AI skills package with the swap integration skill:
2626

2727
```bash
2828
npx skills add uniswap/uniswap-ai --skill swap-integration
2929
```
3030

31-
### cURL Reference
31+
### Direct API Request (cURL)
3232

3333
> Never commit real API keys to the repository. Use environment variables or placeholders.
3434

src/theme/Navbar/Content/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function NavbarContent(): ReactNode {
4040
{ label: 'Concepts', to: '/concepts/overview' },
4141
{ label: 'Contracts', to: '/contracts/v4/overview' },
4242
{ label: 'SDKs', to: '/sdk/v4/overview' },
43-
{ label: 'APIs', to: '/api/subgraph/overview' },
43+
{ label: 'APIs', to: '/api/overview' },
4444
{ label: 'Support', to: '/builder-support/get-funded' },
4545
{ label: 'LLMs', to: '/llms/overview' },
4646
]

src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function NavbarMobilePrimaryMenu(): ReactNode {
1010
{ label: 'Concepts', to: '/concepts/overview' },
1111
{ label: 'Contracts', to: '/contracts/v4/overview' },
1212
{ label: 'SDKs', to: '/sdk/v4/overview' },
13-
{ label: 'APIs', to: '/api/subgraph/overview' },
13+
{ label: 'APIs', to: '/api/overview' },
1414
{ label: 'Support', to: '/builder-support/get-funded' },
1515
{ label: 'LLMs', to: '/llms/overview' },
1616
];

0 commit comments

Comments
 (0)