Skip to content

feat: metis router representation #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/101-ultra-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Ultra API is built on top of the Swap API, with additional features to suppo
- Request for token balances of an account.
- Execute swap order seamlessly in a single API call.
- We handle the complexities of RPC connections, transaction landing, slippage protection and more.
- Provide world class customer support to your users, please refer to the [Support Guidelines](/docs/misc/support-guidelines) for more information.
- Provide world class customer support to your users, please refer to the [Integrator Guidelines](/docs/misc/integrator-guidelines) for more information.

## How to swap with Ultra API

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
---
sidebar_label: "Support Guidelines"
description: "Support guidelines for Jupiter Integrations."
title: "Support Guidelines"
sidebar_label: "Integrator Guidelines"
description: "Guidelines for integrations with Jupiter."
title: "Integrator Guidelines"
---

<head>
<title>Support Guidelines</title>
<title>Integrator Guidelines</title>
<meta name="twitter:card" content="summary" />
</head>

Jupiter provides developer tools and resources to help you integrate with Jupiter. The following guidelines indicates where we provide support for you and/or your customers.
Jupiter provides developer tools and resources to help you integrate with Jupiter. The following section provides the guidelines when integrating with Jupiter.

## Branding and Marketing

When integrating with Jupiter, you can use the following assets to help you brand and market your product: [Jupiter Brand Assets](https://github.com/jup-ag/docs/tree/main/static/files).

:::caution Labelling Routing Provider
Do note that, if you are using our routing engine (such as getting quotes from the Swap API), you are to label the routing provider as **"Metis"**, and not "Jupiter".
:::

## Developer Support

Expand Down
4 changes: 3 additions & 1 deletion redirects.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[
{"to":"/docs/misc/integrator-guidelines","from":"/docs/misc/support-guidelines"},

{"to":"/docs/","from":"/docs/get-started"},
{"to":"/docs/misc/sdk-api-license-agreement","from":"/docs/sdk-api-license-agreement"},
{"to":"/docs/misc/terms-of-use","from":"/docs/terms-of-use"},
{"to":"/docs/misc/privacy-policy","from":"/docs/privacy-policy"},
{"to":"/docs/misc/support-guidelines","from":"/docs/support-guidelines"},
{"to":"/docs/misc/integrator-guidelines","from":"/docs/support-guidelines"},

{"to":"/docs/token-api","from":"/docs/utility/token-api"},
{"to":"/docs/price-api","from":"/docs/utility/price-api"},
Expand Down
2 changes: 1 addition & 1 deletion sidebars-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const sidebars = {
},
{
type: 'doc',
id: 'misc/support-guidelines',
id: 'misc/integrator-guidelines',
},
{
type: 'html',
Expand Down