Skip to content

Commit

Permalink
chore: Copy ignored files using crowdin:copy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 1, 2024
1 parent 4e1415d commit bfc60d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2843,4 +2843,4 @@ This endpoint represents successful operations referencing a given claimable bal
</ApiTabs>
</div>
</div>


Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: get-all-offers
title: "List All Offers"
description: "This endpoint lists all currently open offers and can be used in streaming mode. Streaming mode allows you to listen for new offers as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known offer unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream offers created since your request time. When filtering by buying or selling arguments, you must use a combination of selling_asset_type, selling_asset_issuer, and selling_asset_code for the selling asset, or a combination of buying_asset_type, buying_asset_issuer, and buying_asset_code for the buying asset."
description: "Edit This endpoint lists all currently open offers and can be used in streaming mode. Streaming mode allows you to listen for new offers as they are added to the Stellar ledger. If called in streaming mode, Horizon will start at the earliest known offer unless a cursor is set, in which case it will start from that cursor. By setting the cursor value to now, you can stream offers created since your request time. When filtering by buying or selling arguments, you must use a combination of selling_asset_type, selling_asset_issuer, and selling_asset_code for the selling asset, or a combination of buying_asset_type, buying_asset_issuer, and buying_asset_code for the buying asset."
sidebar_label: "List All Offers"
hide_title: true
hide_table_of_contents: true
Expand Down Expand Up @@ -855,4 +855,4 @@ This endpoint lists all currently open offers and can be used in streaming mode.
</ApiTabs>
</div>
</div>


0 comments on commit bfc60d9

Please sign in to comment.