Skip to content

Commit

Permalink
🔁 Sync, move work items
Browse files Browse the repository at this point in the history
Larger scope detailed in #991
  • Loading branch information
JFWooten4 committed Sep 30, 2024
1 parent 06d249d commit 4658706
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/data/horizon/api-reference/get-all-trades.api.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: get-all-trades
title: "List All Trades"
description: "This endpoint lists all trades and can be used in [streaming](./structure/streaming.mdx) mode. Streaming mode allows you to listen for new trades as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known trade unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream trades created since your request time. When filtering for a specific orderbook, you must use use all six of these arguments: base_asset_type, base_asset_issuer, base_asset_code, counter_asset_type, counter_asset_issuer, and counter_asset_code. If the base or counter asset is XLM, you only need to indicate the asset type as native and do not need to designate the code or the issuer."
description: "This endpoint lists all trades and can be used in streaming mode. Streaming mode allows you to listen for new trades as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known trade unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream trades created since your request time. When filtering for a specific orderbook, you must use use all six of these arguments: base_asset_type, base_asset_issuer, base_asset_code, counter_asset_type, counter_asset_issuer, and counter_asset_code. If the base or counter asset is XLM, you only need to indicate the asset type as native and do not need to designate the code or the issuer."
sidebar_label: "List All Trades"
hide_title: true
hide_table_of_contents: true
Expand Down
2 changes: 1 addition & 1 deletion docs/data/horizon/api-reference/list-all-effects.api.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: list-all-effects
title: "List All Effects"
description: "This endpoint lists all effects and can be used in [streaming](./structure/streaming.mdx) mode. Streaming mode allows you to listen for new effects as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known effect unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream effects created since your request time."
description: "This endpoint lists all effects and can be used in streaming mode. Streaming mode allows you to listen for new effects as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known effect unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream effects created since your request time."
sidebar_label: "List All Effects"
hide_title: true
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: list-all-operations
title: "List All Operations"
description: "This endpoint lists all Successful operations and can be used in [streaming](./structure/streaming.mdx) mode. Streaming mode allows you to listen for new operations as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known operation unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream operations created since your request time."
description: "This endpoint lists all Successful operations and can be used in streaming mode. Streaming mode allows you to listen for new operations as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known operation unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream operations created since your request time."
sidebar_label: "List All Operations"
hide_title: true
hide_table_of_contents: true
Expand Down
2 changes: 1 addition & 1 deletion docs/data/horizon/api-reference/list-all-payments.api.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: list-all-payments
title: "List All Payments"
description: "This endpoint lists all Successful payment-related operations and can be used in [streaming](./structure/streaming.mdx) mode. Streaming mode allows you to listen for new payments as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known payment unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream payments created since your request time. Operations that can be returned by this endpoint include: create_account, payment, path_payment_strict_recieve, path_payment_strict_send, and account_merge ."
description: "This endpoint lists all Successful payment-related operations and can be used in streaming mode. Streaming mode allows you to listen for new payments as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known payment unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream payments created since your request time. Operations that can be returned by this endpoint include: create_account, payment, path_payment_strict_recieve, path_payment_strict_send, and account_merge ."
sidebar_label: "List All Payments"
hide_title: true
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: list-all-transactions
title: "List All Transactions"
description: "This endpoint lists all Successful transactions and can be used in [streaming](./structure/streaming.mdx) mode. Streaming mode allows you to listen for new transactions as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known transaction unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream transactions created since your request time."
description: "This endpoint lists all Successful transactions and can be used in streaming mode. Streaming mode allows you to listen for new transactions as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known transaction unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream transactions created since your request time."
sidebar_label: "List All Transactions"
hide_title: true
hide_table_of_contents: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: retrieve-an-order-book
title: "Retrieve an Order Book"
description: "The order book endpoint provides an order book's bids and asks and can be used in [streaming](./structure/streaming.mdx) mode."
description: "The order book endpoint provides an order book's bids and asks and can be used in streaming mode."
sidebar_label: "Retrieve an Order Book"
hide_title: true
hide_table_of_contents: true
Expand Down

0 comments on commit 4658706

Please sign in to comment.