-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-341: Got rid of the quote endpoint
- Loading branch information
1 parent
0d3d52d
commit 4433f6e
Showing
11 changed files
with
101 additions
and
197 deletions.
There are no files selected for viewing
This file contains 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
32 changes: 15 additions & 17 deletions
32
docs/dln-the-debridge-liquidity-network-protocol/fees-and-supported-chains.md
This file contains 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
16 changes: 16 additions & 0 deletions
16
.../dln-the-debridge-liquidity-network-protocol/interacting-with-the-api/README.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
--- | ||
description: >- | ||
This document contains an overview of the deBridge Liquidity Network API | ||
endpoints, giving readers an expedited understanding of how to get quotes, | ||
place, track and manage limit orders. | ||
--- | ||
|
||
# Interacting with the API | ||
|
||
The DLN API provides developers an effortless way to interact with the DLN protocol and trade across chains in seconds with deep liquidity, limit orders, and protection against slippage and MEV. The API takes the burden off of building complex and sometimes painful interactions with blockchain RPCs and smart contracts by providing a complete set of RESTful endpoints, sufficient to quote, create, and manage trades during their whole lifecycle. | ||
|
||
{% hint style="info" %} | ||
The **DLN API** resides at the domain name `dln.debridge.finance` | ||
|
||
The DLN API Swagger could be found at [https://dln.debridge.finance/v1.0](https://dln.debridge.finance/v1.0) | ||
|
||
Additionally, a JSON representation of the API can be found here: [dln.debridge.finance/v1.0-json](https://dln.debridge.finance/v1.0-json) | ||
{% endhint %} |
6 changes: 2 additions & 4 deletions
6
...-debridge-liquidity-network-protocol/interacting-with-the-api/authentication.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Authentication | ||
|
||
{% hint style="warning" %} | ||
Currently, the DLN API is open to everyone and doesn't require authentication. However, to make sure we keep delivering a high-quality service, we're going to introduce a requirement for commercial integrations to authenticate requests with dedicated API keys later in Q4 2024. After a short grace period, we'll limit requests made without such keys. | ||
Currently, the DLN API is open to everyone and doesn't require authentication. To make sure we keep delivering a high-quality service, we're going to introduce a requirement for commercial integrations to authenticate requests with dedicated API keys later in Q4 2024. After a short grace period, we'll limit requests made without such keys. | ||
|
||
Please fill in the [Authentication Request form](https://forms.gle/doWLQpr8oemphoaf9) so we can provide you with a dedicated API key and assistance as soon as the authentication requirement would get shipped. | ||
|
||
[https://forms.gle/doWLQpr8oemphoaf9](https://forms.gle/doWLQpr8oemphoaf9) | ||
{% endhint %} | ||
[<mark style="background-color:green;">https://forms.gle/doWLQpr8oemphoaf9</mark>](https://forms.gle/doWLQpr8oemphoaf9) |
79 changes: 0 additions & 79 deletions
79
...debridge-liquidity-network-protocol/interacting-with-the-api/getting-a-quote.md
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
...bridge-liquidity-network-protocol/interacting-with-the-api/quick-start-guide.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.