Skip to content

Commit cbfe186

Browse files
committed
full IDE URLs
see stellar#2386 (comment)
1 parent f72fe36 commit cbfe186

33 files changed

Lines changed: 84 additions & 84 deletions

docs/data/apis/horizon/api-reference/cb-retrieve-related-operations.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: cb-retrieve-related-operations
33
title: "Retrieve Related Operations"
4-
description: "This endpoint represents successful operations referencing a given claimable balance and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new operations referencing this claimable balance 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."
4+
description: "This endpoint represents successful operations referencing a given claimable balance and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new operations referencing this claimable balance 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."
55
sidebar_label: "Retrieve Related Operations"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint represents successful operations referencing a given claimable balance and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new operations referencing this claimable balance 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.
39+
This endpoint represents successful operations referencing a given claimable balance and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new operations referencing this claimable balance 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/cb-retrieve-related-transactions.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: cb-retrieve-related-transactions
33
title: "Retrieve Related Transactions"
4-
description: "This endpoint represents successful transactions referencing a given claimable balance and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new transactions referencing this claimable balance 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."
4+
description: "This endpoint represents successful transactions referencing a given claimable balance and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new transactions referencing this claimable balance 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."
55
sidebar_label: "Retrieve Related Transactions"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint represents successful transactions referencing a given claimable balance and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new transactions referencing this claimable balance 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.
39+
This endpoint represents successful transactions referencing a given claimable balance and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new transactions referencing this claimable balance 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/get-all-offers.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: get-all-offers
33
title: "List All Offers"
4-
description: "This endpoint lists all currently open offers and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) 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."
4+
description: "This endpoint lists all currently open offers and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) 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."
55
sidebar_label: "List All Offers"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint lists all currently open offers and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) 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.
39+
This endpoint lists all currently open offers and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/get-all-trades.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: get-all-trades
33
title: "List All Trades"
4-
description: "This endpoint lists all trades and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) 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."
4+
description: "This endpoint lists all trades and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) 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."
55
sidebar_label: "List All Trades"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint lists all trades and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) 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.
39+
This endpoint lists all trades and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/get-effects-by-account-id.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: get-effects-by-account-id
33
title: "Retrieve an Account's Effects"
4-
description: "This endpoint returns the effects of a specific account and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new effects for this account 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."
4+
description: "This endpoint returns the effects of a specific account and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new effects for this account 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."
55
sidebar_label: "Retrieve an Account's Effects"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint returns the effects of a specific account and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new effects for this account 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.
39+
This endpoint returns the effects of a specific account and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new effects for this account 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/get-offers-by-account-id.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: get-offers-by-account-id
33
title: "Retrieve an Account's Offers"
4-
description: "This endpoint represents all offers a given account has currently open and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new offers for this account 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."
4+
description: "This endpoint represents all offers a given account has currently open and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new offers for this account 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."
55
sidebar_label: "Retrieve an Account's Offers"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint represents all offers a given account has currently open and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new offers for this account 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.
39+
This endpoint represents all offers a given account has currently open and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new offers for this account 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.
4040

4141
<Heading
4242
id={"request"}

docs/data/apis/horizon/api-reference/get-operations-by-account-id.api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: get-operations-by-account-id
33
title: "Retrieve an Account's Operations"
4-
description: "This endpoint represents successful operations for a given account and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new operations for this account 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."
4+
description: "This endpoint represents successful operations for a given account and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new operations for this account 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."
55
sidebar_label: "Retrieve an Account's Operations"
66
hide_title: true
77
hide_table_of_contents: true
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
This endpoint represents successful operations for a given account and can be used in streaming mode. [Streaming mode](./structure/streaming.mdx) allows you to listen for new operations for this account 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.
39+
This endpoint represents successful operations for a given account and can be used in streaming mode. [Streaming mode](https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/streaming) allows you to listen for new operations for this account 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.
4040

4141
<Heading
4242
id={"request"}

0 commit comments

Comments
 (0)