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

Correct API bet fee and minor typos #3005

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Feel free to use the API for any purpose you'd like. There is a rate limit of 10

## Fees

- A non-refundable transaction fee of $M0.25 will be levied on any bet, sell, or limit order placed through the API, or by any account marked as a bot. (The fee has been levied even if the returned "bet" object claims there was no fee; this is a known bug.)
- Comments placed through the API will incur a $M1 transaction fee.
- A non-refundable transaction fee of M$0.1 will be levied on any bet, sell, or limit order placed through the API, or by any account marked as a bot. (The fee has been levied even if the returned "bet" object claims there was no fee; this is a known bug.)
- Comments placed through the API will incur a M$1 transaction fee.

## Trade history dumps

Expand Down Expand Up @@ -1186,7 +1186,7 @@ Example response (truncated):

## Internal API

Manifold has some internal API endpoints that are not part of the official API. These are largely undocumented, but a few are mentioned here for third-party use until a more permanent solution is implimented. These endpoints are not preceeded by `/v0` and are even more subject to sudden changes than the official API endpoints.
Manifold has some internal API endpoints that are not part of the official API. These are largely undocumented, but a few are mentioned here for third-party use until a more permanent solution is implemented. These endpoints are not preceded by `/v0` and are even more subject to sudden changes than the official API endpoints.

### `POST /unresolve`

Expand Down
Loading