Skip to content
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

Remove approved spenders API #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
46 changes: 0 additions & 46 deletions source/includes/rest/_approved_spenders.html.md

This file was deleted.

4 changes: 1 addition & 3 deletions source/includes/rest/_orders.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,7 @@ A successful order will have zero or one **make** and/or zero or more **fills**.

#### Atomic Swap Orders

Atomic Swap orders can be created through this endpoint,
the Atomic Swap contract needs to be approved if the offer_asset is on the ETH blockchain.
Refer to the [Approved Spenders](#approved-spenders) section for more information.
Atomic Swap orders can be created through this endpoint.

#### HTTP Request

Expand Down
1 change: 0 additions & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ includes:
- rest/deposits
- rest/withdrawals
- rest/orders
- rest/approved_spenders
- rest/balances
- rest/errors
- streaming/index
Expand Down