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

chore: added autodeposit info #96

Merged
merged 7 commits into from
Jul 10, 2024
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
4 changes: 4 additions & 0 deletions api-reference/bidder/autodeposit.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Add Auto Deposit
openapi: post /v1/bidder/auto_deposit/{amount}
---
4 changes: 4 additions & 0 deletions api-reference/bidder/autodepositstatus.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Get Auto Deposit Status
openapi: get /v1/bidder/auto_deposit_status
---
4 changes: 4 additions & 0 deletions api-reference/bidder/cancelautodeposit.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Cancel Auto Deposit
openapi: post /v1/bidder/cancel_auto_deposit
---
4 changes: 0 additions & 4 deletions api-reference/bidder/getmindeposit.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions api-reference/bidder/withdraw.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Withdraw Deposit
openapi: post /v1/bidder/withdraw
---
4 changes: 4 additions & 0 deletions api-reference/bidder/withdrawfromwindows.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Withdraw Deposit From Windows
openapi: post /v1/bidder/withdraw_from_windows
---
4 changes: 4 additions & 0 deletions api-reference/debug/canceltx.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Cancel Transaction
openapi: post /v1/debug/cancel_transaction/{txHash}
---
4 changes: 4 additions & 0 deletions api-reference/debug/pendingtxs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title : Pending Transactions
openapi: get /v1/debug/pending_transactions
---
4 changes: 4 additions & 0 deletions api-reference/debug/topology.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Topology
openapi: get /v1/debug/topology
---
Loading