Skip to content

Commit

Permalink
link get /rates api
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiWho committed Jun 18, 2024
1 parent e7174e0 commit 4d7d345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion network/anchor-platform/admin-guide/sep31/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ You should get the following:

## Enable the RFQ API

Businesses need to provide their send-side counterparts with an API to check the exchange rates they're offering between the on-chain asset being used for settlement and the fiat asset being used to pay the recipient. If the rate is competitive, senders also need to be able to request a commitment to the rate currently being offered from business for a short period of time.
Businesses need to provide their send-side counterparts with a [Rate][get-rates-api] API to check the exchange rates they're offering between the on-chain asset being used for settlement and the fiat asset being used to pay the recipient. If the rate is competitive, senders also need to be able to request a commitment to the rate currently being offered from business for a short period of time.

The Anchor Platform provides the [SEP-38 RFQ API][sep38] to senders for this purpose.

Expand Down Expand Up @@ -370,6 +370,7 @@ We'll define the server that implements the endpoints defined in the Callback AP

[sep31-get-info]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0031.md#get-info
[sep1-ap]: ../sep1/README.mdx
[get-rates-api]: ../../api-reference/callbacks/get-rates.api.mdx
[sep38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md
[sep38-post-quote]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md#post-quote
[platform-api-kyc]: ../../api-reference/callbacks/customer/README.mdx
3 changes: 2 additions & 1 deletion network/anchor-platform/admin-guide/sep6/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ SEP12_ENABLED=true

To enable asset exchanges using Stellar, follow the steps below to configure the relevant settings and ensure the services are properly integrated. SEP-6 facilitates deposit and withdrawal interactions, and enabling SEP-38 allows for quote-based exchange rates for these transactions.

Businesses need to provide their send-side counterparts with an API to check the exchange rates they're offering between the on-chain asset being used for settlement and the fiat asset being used to pay the recipient. If the rate is competitive, senders also need to be able to request a commitment to the rate currently being offered from business for a short period of time.
Businesses need to provide their send-side counterparts with a [Rate][get-rates-api] API to check the exchange rates they're offering between the on-chain asset being used for settlement and the fiat asset being used to pay the recipient. If the rate is competitive, senders also need to be able to request a commitment to the rate currently being offered from business for a short period of time.

The Anchor Platform provides the [SEP-38 RFQ API][sep38] to senders for this purpose

Expand Down Expand Up @@ -240,5 +240,6 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us
[sep-6]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md
[sep1-ap]: ../sep1/README.mdx
[stellar-demo-wallet]: https://demo-wallet.stellar.org/
[get-rates-api]: ../../api-reference/callbacks/get-rates.api.mdx
[sep38]: https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md
[platform-api-kyc]: ../../api-reference/callbacks/customer/README.mdx

0 comments on commit 4d7d345

Please sign in to comment.