-
Notifications
You must be signed in to change notification settings - Fork 286
Expand file tree
/
Copy pathroutes.txt
More file actions
938 lines (938 loc) · 50.3 KB
/
Copy pathroutes.txt
File metadata and controls
938 lines (938 loc) · 50.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
/
/404.html
/docs
/docs/build
/docs/build/agentic-payments
/docs/build/agentic-payments/mpp
/docs/build/agentic-payments/mpp/channel-guide
/docs/build/agentic-payments/mpp/charge-guide
/docs/build/agentic-payments/x402
/docs/build/agentic-payments/x402/built-on-stellar
/docs/build/agentic-payments/x402/quickstart-guide
/docs/build/apps
/docs/build/apps/application-design-considerations
/docs/build/apps/dapp-frontend
/docs/build/apps/example-application-tutorial
/docs/build/apps/example-application-tutorial/account-creation
/docs/build/apps/example-application-tutorial/anchor-integration
/docs/build/apps/example-application-tutorial/anchor-integration/sep1
/docs/build/apps/example-application-tutorial/anchor-integration/sep10
/docs/build/apps/example-application-tutorial/anchor-integration/sep24
/docs/build/apps/example-application-tutorial/anchor-integration/sep6
/docs/build/apps/example-application-tutorial/anchor-integration/setup
/docs/build/apps/example-application-tutorial/confirmation-modal
/docs/build/apps/example-application-tutorial/contacts-list
/docs/build/apps/example-application-tutorial/manage-trust
/docs/build/apps/example-application-tutorial/overview
/docs/build/apps/example-application-tutorial/path-payment
/docs/build/apps/example-application-tutorial/payment
/docs/build/apps/example-application-tutorial/querying-data
/docs/build/apps/guestbook
/docs/build/apps/guestbook/bindings
/docs/build/apps/guestbook/frontend
/docs/build/apps/guestbook/overview
/docs/build/apps/guestbook/passkeys-prerequisites
/docs/build/apps/guestbook/setup-passkeys
/docs/build/apps/guestbook/smart-contract
/docs/build/apps/ingest-sdk
/docs/build/apps/ingest-sdk/ingestion-pipeline-code
/docs/build/apps/ingest-sdk/overview
/docs/build/apps/overview
/docs/build/apps/privacy
/docs/build/apps/swift-payment-app
/docs/build/apps/wallet
/docs/build/apps/wallet/intro
/docs/build/apps/wallet/overview
/docs/build/apps/wallet/sep10
/docs/build/apps/wallet/sep24
/docs/build/apps/wallet/sep30
/docs/build/apps/wallet/sep38
/docs/build/apps/wallet/sep6
/docs/build/apps/wallet/sep7
/docs/build/apps/wallet/stellar
/docs/build/apps/zk
/docs/build/building-with-ai
/docs/build/guides
/docs/build/guides/archival
/docs/build/guides/archival/create-restoration-footprint-js
/docs/build/guides/archival/extend-persistent-entry-js
/docs/build/guides/archival/restore-contract-js
/docs/build/guides/archival/restore-data-js
/docs/build/guides/archival/test-ttl-extension
/docs/build/guides/auth
/docs/build/guides/auth/check-auth-tutorials
/docs/build/guides/auth/contract-authorization
/docs/build/guides/basics
/docs/build/guides/basics/automate-reset-data
/docs/build/guides/basics/classic-transition
/docs/build/guides/basics/verify-trustlines
/docs/build/guides/contract-accounts
/docs/build/guides/contract-accounts/advanced-patterns
/docs/build/guides/contract-accounts/examples
/docs/build/guides/contract-accounts/smart-wallets
/docs/build/guides/conventions
/docs/build/guides/conventions/cross-contract
/docs/build/guides/conventions/deploy-contract
/docs/build/guides/conventions/deploy-sac-with-code
/docs/build/guides/conventions/error-enum
/docs/build/guides/conventions/extending-wasm-ttl
/docs/build/guides/conventions/upgrading-contracts
/docs/build/guides/conventions/wasm-metadata
/docs/build/guides/conventions/workspace
/docs/build/guides/conversions
/docs/build/guides/conversions/address-conversions
/docs/build/guides/conversions/bytes-conversions
/docs/build/guides/conversions/scval-conversions
/docs/build/guides/conversions/string-conversions
/docs/build/guides/dapps
/docs/build/guides/dapps/frontend-guide
/docs/build/guides/dapps/initialization
/docs/build/guides/dapps/soroban-contract-init-template
/docs/build/guides/dapps/state-archival
/docs/build/guides/dapps/working-with-contract-specs
/docs/build/guides/events
/docs/build/guides/events/consume
/docs/build/guides/events/ingest
/docs/build/guides/events/publish
/docs/build/guides/fees
/docs/build/guides/fees/analyzing-smart-contract-cost
/docs/build/guides/freighter
/docs/build/guides/freighter/connect-testnet
/docs/build/guides/freighter/enable-soroban-tokens
/docs/build/guides/freighter/integrate-freighter-react
/docs/build/guides/freighter/prompt-to-sign-tx
/docs/build/guides/freighter/send-token-payments
/docs/build/guides/freighter/sign-auth-entries
/docs/build/guides/freighter/sign-soroban-xdrs
/docs/build/guides/rpc
/docs/build/guides/rpc/generate-ledger-keys-python
/docs/build/guides/rpc/retrieve-contract-code-js
/docs/build/guides/rpc/retrieve-contract-code-python
/docs/build/guides/storage
/docs/build/guides/storage/choosing-the-right-storage
/docs/build/guides/storage/migrate-contract-storage
/docs/build/guides/storage/storage-strategies
/docs/build/guides/storage/use-instance
/docs/build/guides/storage/use-persistent
/docs/build/guides/storage/use-temporary
/docs/build/guides/testing
/docs/build/guides/testing/code-coverage
/docs/build/guides/testing/differential-tests
/docs/build/guides/testing/differential-tests-with-test-snapshots
/docs/build/guides/testing/fork-testing
/docs/build/guides/testing/fuzzing
/docs/build/guides/testing/integration-tests
/docs/build/guides/testing/ledger-snapshot-testing
/docs/build/guides/testing/mocking
/docs/build/guides/testing/mutation-testing
/docs/build/guides/testing/test-contract-auth
/docs/build/guides/testing/test-contract-events
/docs/build/guides/testing/unit-tests
/docs/build/guides/tokens
/docs/build/guides/tokens/custom-sac-admin
/docs/build/guides/tokens/deploying-a-sac
/docs/build/guides/tokens/stellar-asset-contract
/docs/build/guides/transactions
/docs/build/guides/transactions/channel-accounts
/docs/build/guides/transactions/claimable-balances
/docs/build/guides/transactions/clawbacks
/docs/build/guides/transactions/create-account
/docs/build/guides/transactions/fee-bump-transactions
/docs/build/guides/transactions/install-deploy-contract-with-code
/docs/build/guides/transactions/invoke-contract-tx-sdk
/docs/build/guides/transactions/path-payments
/docs/build/guides/transactions/pooled-accounts-muxed-accounts-memos
/docs/build/guides/transactions/send-and-receive-c-accounts
/docs/build/guides/transactions/send-and-receive-payments
/docs/build/guides/transactions/signing-soroban-invocations
/docs/build/guides/transactions/simulateTransaction-Deep-Dive
/docs/build/guides/transactions/sponsored-reserves
/docs/build/guides/transactions/submit-transaction-wait-js
/docs/build/guides/transactions/upload-wasm-bytecode
/docs/build/security-docs
/docs/build/security-docs/monitoring
/docs/build/security-docs/monitoring/monitoring-template-builders
/docs/build/security-docs/monitoring/monitoring-template-users
/docs/build/security-docs/securing-web-based-projects
/docs/build/security-docs/threat-modeling
/docs/build/security-docs/threat-modeling/STRIDE-template
/docs/build/security-docs/threat-modeling/pizza-restaurant-example
/docs/build/security-docs/threat-modeling/threat-modeling-description
/docs/build/security-docs/threat-modeling/threat-modeling-how-to
/docs/build/smart-contracts
/docs/build/smart-contracts/example-contracts
/docs/build/smart-contracts/example-contracts/alloc
/docs/build/smart-contracts/example-contracts/atomic-multi-swap
/docs/build/smart-contracts/example-contracts/atomic-swap
/docs/build/smart-contracts/example-contracts/auth
/docs/build/smart-contracts/example-contracts/bls-signature
/docs/build/smart-contracts/example-contracts/complex-account
/docs/build/smart-contracts/example-contracts/cross-contract-call
/docs/build/smart-contracts/example-contracts/custom-types
/docs/build/smart-contracts/example-contracts/delegate-auth
/docs/build/smart-contracts/example-contracts/deployer
/docs/build/smart-contracts/example-contracts/errors
/docs/build/smart-contracts/example-contracts/events
/docs/build/smart-contracts/example-contracts/fungible-token
/docs/build/smart-contracts/example-contracts/fuzzing
/docs/build/smart-contracts/example-contracts/liquidity-pool
/docs/build/smart-contracts/example-contracts/logging
/docs/build/smart-contracts/example-contracts/mint-lock
/docs/build/smart-contracts/example-contracts/non-fungible-token
/docs/build/smart-contracts/example-contracts/simple-account
/docs/build/smart-contracts/example-contracts/single-offer-sale
/docs/build/smart-contracts/example-contracts/storage
/docs/build/smart-contracts/example-contracts/timelock
/docs/build/smart-contracts/example-contracts/tokens
/docs/build/smart-contracts/example-contracts/upgradeable-contract
/docs/build/smart-contracts/example-contracts/workspace
/docs/build/smart-contracts/getting-started
/docs/build/smart-contracts/getting-started/deploy-increment-contract
/docs/build/smart-contracts/getting-started/deploy-to-testnet
/docs/build/smart-contracts/getting-started/hello-world
/docs/build/smart-contracts/getting-started/hello-world-frontend
/docs/build/smart-contracts/getting-started/setup
/docs/build/smart-contracts/getting-started/storing-data
/docs/build/smart-contracts/overview
/docs/data
/docs/data/analytics
/docs/data/analytics/analytics-providers
/docs/data/analytics/hubble
/docs/data/analytics/hubble/analyst-guide
/docs/data/analytics/hubble/analyst-guide/connecting
/docs/data/analytics/hubble/analyst-guide/creating-visualizations
/docs/data/analytics/hubble/analyst-guide/history-vs-state-tables
/docs/data/analytics/hubble/analyst-guide/optimizing-queries
/docs/data/analytics/hubble/analyst-guide/queries-for-horizon-like-data
/docs/data/analytics/hubble/analyst-guide/viewing-metadata
/docs/data/analytics/hubble/data-catalog
/docs/data/analytics/hubble/data-catalog/data-dictionary
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/account-signers
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/accounts
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/claimable-balances
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/config-settings
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/contract-code
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/contract-data
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/evicted-keys
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-assets
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-contract-events
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-effects
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-ledgers
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-operations
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-trades
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/history-transactions
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/liquidity-pools
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/offers
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/restored-key
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/trustlines
/docs/data/analytics/hubble/data-catalog/data-dictionary/bronze/ttl
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/asset-balances-daily-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/daily-fee-stats-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/hourly-fee-agg-account
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/hourly-soroban-fee-agg-contract
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/ledger-fee-stats-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/trade-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/gold/tvl-agg
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/account-signers-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/accounts-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/accounts-snapshot
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/claimable-balances-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/config-settings-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/contract-code-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/contract-data-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/contract-data-snapshot
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/enriched-history-operations
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/enriched-history-operations-soroban
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/evicted-keys-snapshot
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/liquidity-pools-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/liquidity-pools-snapshot
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/offers-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/token-transfers-raw
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/trustlines-current
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/trustlines-snapshot
/docs/data/analytics/hubble/data-catalog/data-dictionary/silver/ttl-current
/docs/data/analytics/hubble/data-catalog/data-lineage
/docs/data/analytics/hubble/data-catalog/data-model-diagram
/docs/data/analytics/hubble/developer-guide
/docs/data/analytics/hubble/developer-guide/backfill
/docs/data/analytics/hubble/developer-guide/backfill/JS-UDF
/docs/data/analytics/hubble/developer-guide/backfill/data-import
/docs/data/analytics/hubble/developer-guide/connecting-to-bigquery
/docs/data/analytics/hubble/developer-guide/data-curation
/docs/data/analytics/hubble/developer-guide/data-curation/architecture
/docs/data/analytics/hubble/developer-guide/data-curation/getting-started
/docs/data/analytics/hubble/developer-guide/data-curation/overview
/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration
/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/architecture
/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/getting-started
/docs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/overview
/docs/data/analytics/hubble/developer-guide/source-system-ingestion
/docs/data/analytics/hubble/developer-guide/source-system-ingestion/architecture
/docs/data/analytics/hubble/developer-guide/source-system-ingestion/getting-started
/docs/data/analytics/hubble/developer-guide/source-system-ingestion/overview
/docs/data/analytics/hubble/developer-guide/visualization
/docs/data/analytics/hubble/developer-guide/visualization/getting-started
/docs/data/analytics/hubble/developer-guide/visualization/overview
/docs/data/apis
/docs/data/apis/horizon
/docs/data/apis/horizon/admin-guide
/docs/data/apis/horizon/admin-guide/configuring
/docs/data/apis/horizon/admin-guide/ingestion
/docs/data/apis/horizon/admin-guide/ingestion-filtering
/docs/data/apis/horizon/admin-guide/installing
/docs/data/apis/horizon/admin-guide/monitoring
/docs/data/apis/horizon/admin-guide/overview
/docs/data/apis/horizon/admin-guide/prerequisites
/docs/data/apis/horizon/admin-guide/running
/docs/data/apis/horizon/admin-guide/scaling
/docs/data/apis/horizon/admin-guide/upgrading
/docs/data/apis/horizon/api-reference
/docs/data/apis/horizon/api-reference/aggregations
/docs/data/apis/horizon/api-reference/aggregations/fee-stats
/docs/data/apis/horizon/api-reference/aggregations/fee-stats/object
/docs/data/apis/horizon/api-reference/aggregations/order-books
/docs/data/apis/horizon/api-reference/aggregations/order-books/object
/docs/data/apis/horizon/api-reference/aggregations/paths
/docs/data/apis/horizon/api-reference/aggregations/paths/object
/docs/data/apis/horizon/api-reference/aggregations/trade-aggregations
/docs/data/apis/horizon/api-reference/aggregations/trade-aggregations/object
/docs/data/apis/horizon/api-reference/cb-retrieve-related-operations
/docs/data/apis/horizon/api-reference/cb-retrieve-related-transactions
/docs/data/apis/horizon/api-reference/errors
/docs/data/apis/horizon/api-reference/errors/error-handling
/docs/data/apis/horizon/api-reference/errors/http-status-codes
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/before-history
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/stale-history
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/timeout
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/transaction-failed
/docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/transaction-malformed
/docs/data/apis/horizon/api-reference/errors/http-status-codes/standard
/docs/data/apis/horizon/api-reference/errors/response
/docs/data/apis/horizon/api-reference/errors/result-codes
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/account-merge
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/allow-trust
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/bump-sequence
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/change-trust
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/create-account
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/create-passive-sell-offer
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/manage-buy-offer
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/manage-data
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/manage-sell-offer
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/path-payment-strict-receive
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/path-payment-strict-send
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/payment
/docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/set-options
/docs/data/apis/horizon/api-reference/errors/result-codes/operations
/docs/data/apis/horizon/api-reference/errors/result-codes/transactions
/docs/data/apis/horizon/api-reference/get-all-offers
/docs/data/apis/horizon/api-reference/get-all-trades
/docs/data/apis/horizon/api-reference/get-data-by-account-id
/docs/data/apis/horizon/api-reference/get-effects-by-account-id
/docs/data/apis/horizon/api-reference/get-offer-by-offer-id
/docs/data/apis/horizon/api-reference/get-offers-by-account-id
/docs/data/apis/horizon/api-reference/get-operations-by-account-id
/docs/data/apis/horizon/api-reference/get-payments-by-account-id
/docs/data/apis/horizon/api-reference/get-trades-by-account-id
/docs/data/apis/horizon/api-reference/get-trades-by-offer-id
/docs/data/apis/horizon/api-reference/get-transactions-by-account-id
/docs/data/apis/horizon/api-reference/list-all-accounts
/docs/data/apis/horizon/api-reference/list-all-assets
/docs/data/apis/horizon/api-reference/list-all-claimable-balances
/docs/data/apis/horizon/api-reference/list-all-effects
/docs/data/apis/horizon/api-reference/list-all-ledgers
/docs/data/apis/horizon/api-reference/list-all-operations
/docs/data/apis/horizon/api-reference/list-all-payments
/docs/data/apis/horizon/api-reference/list-all-transactions
/docs/data/apis/horizon/api-reference/list-liquidity-pools
/docs/data/apis/horizon/api-reference/list-strict-receive-payment-paths
/docs/data/apis/horizon/api-reference/list-strict-send-payment-paths
/docs/data/apis/horizon/api-reference/list-trade-aggregations
/docs/data/apis/horizon/api-reference/lp-retrieve-related-operations
/docs/data/apis/horizon/api-reference/lp-retrieve-related-transactions
/docs/data/apis/horizon/api-reference/resources
/docs/data/apis/horizon/api-reference/resources/accounts
/docs/data/apis/horizon/api-reference/resources/accounts/object
/docs/data/apis/horizon/api-reference/resources/assets
/docs/data/apis/horizon/api-reference/resources/assets/object
/docs/data/apis/horizon/api-reference/resources/claimablebalances
/docs/data/apis/horizon/api-reference/resources/claimablebalances/object
/docs/data/apis/horizon/api-reference/resources/effects
/docs/data/apis/horizon/api-reference/resources/effects/types
/docs/data/apis/horizon/api-reference/resources/ledgers
/docs/data/apis/horizon/api-reference/resources/ledgers/object
/docs/data/apis/horizon/api-reference/resources/liquiditypools
/docs/data/apis/horizon/api-reference/resources/offers
/docs/data/apis/horizon/api-reference/resources/offers/object
/docs/data/apis/horizon/api-reference/resources/operations
/docs/data/apis/horizon/api-reference/resources/operations/object
/docs/data/apis/horizon/api-reference/resources/operations/object/account-merge
/docs/data/apis/horizon/api-reference/resources/operations/object/allow-trust
/docs/data/apis/horizon/api-reference/resources/operations/object/begin-sponsoring-future-reserves
/docs/data/apis/horizon/api-reference/resources/operations/object/bump-sequence
/docs/data/apis/horizon/api-reference/resources/operations/object/buy-offer
/docs/data/apis/horizon/api-reference/resources/operations/object/change-trust
/docs/data/apis/horizon/api-reference/resources/operations/object/claim-claimable-balance
/docs/data/apis/horizon/api-reference/resources/operations/object/create-account
/docs/data/apis/horizon/api-reference/resources/operations/object/create-claimable-balance
/docs/data/apis/horizon/api-reference/resources/operations/object/end-sponsoring-future-reserves
/docs/data/apis/horizon/api-reference/resources/operations/object/extend-footprint-ttl
/docs/data/apis/horizon/api-reference/resources/operations/object/invoke-host-function
/docs/data/apis/horizon/api-reference/resources/operations/object/liquidity-pool-deposit
/docs/data/apis/horizon/api-reference/resources/operations/object/liquidity-pool-withdraw
/docs/data/apis/horizon/api-reference/resources/operations/object/manage-data
/docs/data/apis/horizon/api-reference/resources/operations/object/passive-sell-offer
/docs/data/apis/horizon/api-reference/resources/operations/object/path-payment-strict-receive
/docs/data/apis/horizon/api-reference/resources/operations/object/path-payment-strict-send
/docs/data/apis/horizon/api-reference/resources/operations/object/restore-footprint
/docs/data/apis/horizon/api-reference/resources/operations/object/revoke-sponsorship
/docs/data/apis/horizon/api-reference/resources/operations/object/sell-offer
/docs/data/apis/horizon/api-reference/resources/operations/object/set-options
/docs/data/apis/horizon/api-reference/resources/payments
/docs/data/apis/horizon/api-reference/resources/payments/object
/docs/data/apis/horizon/api-reference/resources/trades
/docs/data/apis/horizon/api-reference/resources/trades/object
/docs/data/apis/horizon/api-reference/resources/transactions
/docs/data/apis/horizon/api-reference/resources/transactions/object
/docs/data/apis/horizon/api-reference/retrieve-a-claimable-balance
/docs/data/apis/horizon/api-reference/retrieve-a-ledger
/docs/data/apis/horizon/api-reference/retrieve-a-ledgers-effects
/docs/data/apis/horizon/api-reference/retrieve-a-ledgers-operations
/docs/data/apis/horizon/api-reference/retrieve-a-ledgers-payments
/docs/data/apis/horizon/api-reference/retrieve-a-ledgers-transactions
/docs/data/apis/horizon/api-reference/retrieve-a-liquidity-pool
/docs/data/apis/horizon/api-reference/retrieve-a-transaction
/docs/data/apis/horizon/api-reference/retrieve-a-transactions-effects
/docs/data/apis/horizon/api-reference/retrieve-a-transactions-operations
/docs/data/apis/horizon/api-reference/retrieve-a-transactions-payments
/docs/data/apis/horizon/api-reference/retrieve-an-account
/docs/data/apis/horizon/api-reference/retrieve-an-operation
/docs/data/apis/horizon/api-reference/retrieve-an-operations-effects
/docs/data/apis/horizon/api-reference/retrieve-an-order-book
/docs/data/apis/horizon/api-reference/retrieve-fee-stats
/docs/data/apis/horizon/api-reference/retrieve-related-effects
/docs/data/apis/horizon/api-reference/retrieve-related-trades
/docs/data/apis/horizon/api-reference/structure
/docs/data/apis/horizon/api-reference/structure/consistency
/docs/data/apis/horizon/api-reference/structure/pagination
/docs/data/apis/horizon/api-reference/structure/pagination/page-arguments
/docs/data/apis/horizon/api-reference/structure/rate-limiting
/docs/data/apis/horizon/api-reference/structure/response-format
/docs/data/apis/horizon/api-reference/structure/streaming
/docs/data/apis/horizon/api-reference/structure/xdr
/docs/data/apis/horizon/api-reference/submit-a-transaction
/docs/data/apis/horizon/api-reference/submit-async-transaction
/docs/data/apis/horizon/providers
/docs/data/apis/migrate-from-horizon-to-rpc
/docs/data/apis/rpc
/docs/data/apis/rpc/admin-guide
/docs/data/apis/rpc/admin-guide/configuring
/docs/data/apis/rpc/admin-guide/data-lake-integration
/docs/data/apis/rpc/admin-guide/development
/docs/data/apis/rpc/admin-guide/installing
/docs/data/apis/rpc/admin-guide/monitoring
/docs/data/apis/rpc/admin-guide/prerequisites
/docs/data/apis/rpc/admin-guide/running
/docs/data/apis/rpc/api-reference
/docs/data/apis/rpc/api-reference/methods
/docs/data/apis/rpc/api-reference/methods/getEvents
/docs/data/apis/rpc/api-reference/methods/getFeeStats
/docs/data/apis/rpc/api-reference/methods/getHealth
/docs/data/apis/rpc/api-reference/methods/getLatestLedger
/docs/data/apis/rpc/api-reference/methods/getLedgerEntries
/docs/data/apis/rpc/api-reference/methods/getLedgers
/docs/data/apis/rpc/api-reference/methods/getNetwork
/docs/data/apis/rpc/api-reference/methods/getTransaction
/docs/data/apis/rpc/api-reference/methods/getTransactions
/docs/data/apis/rpc/api-reference/methods/getVersionInfo
/docs/data/apis/rpc/api-reference/methods/sendTransaction
/docs/data/apis/rpc/api-reference/methods/simulateTransaction
/docs/data/apis/rpc/api-reference/structure
/docs/data/apis/rpc/api-reference/structure/data-format
/docs/data/apis/rpc/api-reference/structure/json-rpc
/docs/data/apis/rpc/api-reference/structure/pagination
/docs/data/apis/rpc/providers
/docs/data/indexers
/docs/data/indexers/build-your-own
/docs/data/indexers/build-your-own/galexie
/docs/data/indexers/build-your-own/galexie/admin_guide
/docs/data/indexers/build-your-own/galexie/admin_guide/configuring
/docs/data/indexers/build-your-own/galexie/admin_guide/full-history-exporting
/docs/data/indexers/build-your-own/galexie/admin_guide/installing
/docs/data/indexers/build-your-own/galexie/admin_guide/monitoring
/docs/data/indexers/build-your-own/galexie/admin_guide/prerequisites
/docs/data/indexers/build-your-own/galexie/admin_guide/running
/docs/data/indexers/build-your-own/galexie/admin_guide/setup
/docs/data/indexers/build-your-own/galexie/examples
/docs/data/indexers/build-your-own/galexie/examples/gcs-export
/docs/data/indexers/build-your-own/galexie/providers
/docs/data/indexers/build-your-own/ingest-sdk
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/architecture
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/ledgerbackends
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/ledgerbackends/bufferedstoragebackend
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/ledgerbackends/captivecore
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/ledgerbackends/rpcledgerbackend
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/ledgerreaders
/docs/data/indexers/build-your-own/ingest-sdk/developer_guide/prerequisites
/docs/data/indexers/build-your-own/ingest-sdk/examples
/docs/data/indexers/build-your-own/ingest-sdk/examples/changes
/docs/data/indexers/build-your-own/ingest-sdk/examples/ledger_entry_statistics
/docs/data/indexers/build-your-own/ingest-sdk/examples/transaction_statistics
/docs/data/indexers/build-your-own/processors
/docs/data/indexers/build-your-own/processors/token-transfer-processor
/docs/data/indexers/build-your-own/processors/token-transfer-processor/examples
/docs/data/indexers/build-your-own/processors/token-transfer-processor/examples/event_stats
/docs/data/indexers/build-your-own/processors/token-transfer-processor/examples/filter_events
/docs/data/oracles
/docs/data/oracles/oracle-providers
/docs/learn/fundamentals
/docs/learn/fundamentals/anchors
/docs/learn/fundamentals/contract-development
/docs/learn/fundamentals/contract-development/authorization
/docs/learn/fundamentals/contract-development/contract-interactions
/docs/learn/fundamentals/contract-development/contract-interactions/cross-contract
/docs/learn/fundamentals/contract-development/contract-interactions/overview
/docs/learn/fundamentals/contract-development/contract-interactions/stellar-transaction
/docs/learn/fundamentals/contract-development/contract-interactions/tests
/docs/learn/fundamentals/contract-development/contract-interactions/transaction-simulation
/docs/learn/fundamentals/contract-development/contract-lifecycle
/docs/learn/fundamentals/contract-development/environment-concepts
/docs/learn/fundamentals/contract-development/errors-and-debugging
/docs/learn/fundamentals/contract-development/errors-and-debugging/debugging
/docs/learn/fundamentals/contract-development/errors-and-debugging/debugging-errors
/docs/learn/fundamentals/contract-development/errors-and-debugging/errors
/docs/learn/fundamentals/contract-development/overview
/docs/learn/fundamentals/contract-development/rust-dialect
/docs/learn/fundamentals/contract-development/storage
/docs/learn/fundamentals/contract-development/storage/persisting-data
/docs/learn/fundamentals/contract-development/storage/state-archival
/docs/learn/fundamentals/contract-development/types
/docs/learn/fundamentals/contract-development/types/built-in-types
/docs/learn/fundamentals/contract-development/types/custom-types
/docs/learn/fundamentals/contract-development/types/fully-typed-contracts
/docs/learn/fundamentals/data-format
/docs/learn/fundamentals/data-format/xdr
/docs/learn/fundamentals/data-format/xdr-json
/docs/learn/fundamentals/fees-resource-limits-metering
/docs/learn/fundamentals/liquidity-on-stellar-sdex-liquidity-pools
/docs/learn/fundamentals/lumens
/docs/learn/fundamentals/stellar-consensus-protocol
/docs/learn/fundamentals/stellar-data-structures
/docs/learn/fundamentals/stellar-data-structures/accounts
/docs/learn/fundamentals/stellar-data-structures/assets
/docs/learn/fundamentals/stellar-data-structures/contracts
/docs/learn/fundamentals/stellar-data-structures/events
/docs/learn/fundamentals/stellar-data-structures/ledgers
/docs/learn/fundamentals/stellar-ecosystem-proposals
/docs/learn/fundamentals/stellar-stack
/docs/learn/fundamentals/transactions
/docs/learn/fundamentals/transactions/list-of-operations
/docs/learn/fundamentals/transactions/operations-and-transactions
/docs/learn/fundamentals/transactions/signatures-multisig
/docs/learn/fundamentals/transactions/transaction-lifecycle
/docs/learn/glossary
/docs/learn/interactive
/docs/learn/interactive/dapp-world
/docs/learn/interactive/fca00c
/docs/learn/interactive/quest
/docs/learn/migrate
/docs/learn/migrate/evm
/docs/learn/migrate/evm/introduction-to-solidity-and-rust
/docs/learn/migrate/evm/smart-contract-deployment
/docs/learn/migrate/evm/solidity-and-rust-advanced-concepts
/docs/learn/migrate/evm/solidity-and-rust-basics
/docs/learn/migrate/evm/solidity-support-via-solang
/docs/networks
/docs/networks/resource-limits-fees
/docs/networks/software-versions
/docs/platforms
/docs/platforms/anchor-platform
/docs/platforms/anchor-platform/admin-guide
/docs/platforms/anchor-platform/admin-guide/architecture
/docs/platforms/anchor-platform/admin-guide/assets-and-client-wallets
/docs/platforms/anchor-platform/admin-guide/events
/docs/platforms/anchor-platform/admin-guide/events/delivery
/docs/platforms/anchor-platform/admin-guide/events/getting-started
/docs/platforms/anchor-platform/admin-guide/events/integration
/docs/platforms/anchor-platform/admin-guide/getting-started
/docs/platforms/anchor-platform/api-reference
/docs/platforms/anchor-platform/api-reference/callbacks
/docs/platforms/anchor-platform/api-reference/callbacks/del-customer
/docs/platforms/anchor-platform/api-reference/callbacks/get-customer
/docs/platforms/anchor-platform/api-reference/callbacks/get-rates
/docs/platforms/anchor-platform/api-reference/callbacks/post-event
/docs/platforms/anchor-platform/api-reference/callbacks/put-customer
/docs/platforms/anchor-platform/api-reference/platform
/docs/platforms/anchor-platform/api-reference/platform/rpc
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/do_stellar_payment
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/do_stellar_refund
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/get_transaction
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/get_transactions
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_amounts_updated
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_customer_info_updated
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_interactive_flow_completed
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_offchain_funds_available
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_offchain_funds_pending
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_offchain_funds_received
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_offchain_funds_sent
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_onchain_funds_received
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_onchain_funds_sent
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_refund_pending
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_refund_sent
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_transaction_error
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_transaction_expired
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_transaction_on_hold
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_transaction_recovery
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/notify_trust_set
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/request_offchain_funds
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/request_onchain_funds
/docs/platforms/anchor-platform/api-reference/platform/rpc/methods/request_trust
/docs/platforms/anchor-platform/api-reference/platform/rpc/overview
/docs/platforms/anchor-platform/api-reference/platform/transactions
/docs/platforms/anchor-platform/api-reference/platform/transactions/get-transaction
/docs/platforms/anchor-platform/api-reference/platform/transactions/get-transactions
/docs/platforms/anchor-platform/sep-guide
/docs/platforms/anchor-platform/sep-guide/sep1
/docs/platforms/anchor-platform/sep-guide/sep10
/docs/platforms/anchor-platform/sep-guide/sep24
/docs/platforms/anchor-platform/sep-guide/sep24/configuration
/docs/platforms/anchor-platform/sep-guide/sep24/example
/docs/platforms/anchor-platform/sep-guide/sep24/faq
/docs/platforms/anchor-platform/sep-guide/sep24/getting-started
/docs/platforms/anchor-platform/sep-guide/sep24/integration
/docs/platforms/anchor-platform/sep-guide/sep24/setting-up-production-server
/docs/platforms/anchor-platform/sep-guide/sep31
/docs/platforms/anchor-platform/sep-guide/sep31/configuration
/docs/platforms/anchor-platform/sep-guide/sep31/getting-started
/docs/platforms/anchor-platform/sep-guide/sep31/integration
/docs/platforms/anchor-platform/sep-guide/sep45
/docs/platforms/anchor-platform/sep-guide/sep6
/docs/platforms/anchor-platform/sep-guide/sep6/configuration
/docs/platforms/anchor-platform/sep-guide/sep6/getting-started
/docs/platforms/anchor-platform/sep-guide/sep6/integration
/docs/platforms/stellar-disbursement-platform
/docs/platforms/stellar-disbursement-platform/admin-guide
/docs/platforms/stellar-disbursement-platform/admin-guide/advanced-configuration
/docs/platforms/stellar-disbursement-platform/admin-guide/cli-manual
/docs/platforms/stellar-disbursement-platform/admin-guide/configuring-sdp
/docs/platforms/stellar-disbursement-platform/admin-guide/deploy-the-sdp
/docs/platforms/stellar-disbursement-platform/admin-guide/design-and-architecture
/docs/platforms/stellar-disbursement-platform/admin-guide/embedded-wallets
/docs/platforms/stellar-disbursement-platform/admin-guide/getting-started
/docs/platforms/stellar-disbursement-platform/admin-guide/making-your-wallet-sdp-ready
/docs/platforms/stellar-disbursement-platform/admin-guide/monitoring
/docs/platforms/stellar-disbursement-platform/admin-guide/overview
/docs/platforms/stellar-disbursement-platform/admin-guide/security
/docs/platforms/stellar-disbursement-platform/admin-guide/troubleshooting
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/analytics
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/circle-configuration
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/dashboard-home
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/disbursements
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/payments
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/receivers
/docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/wallets
/docs/platforms/stellar-disbursement-platform/api-reference
/docs/platforms/stellar-disbursement-platform/api-reference/admin
/docs/platforms/stellar-disbursement-platform/api-reference/api-keys
/docs/platforms/stellar-disbursement-platform/api-reference/authenticate-mfa
/docs/platforms/stellar-disbursement-platform/api-reference/authentication
/docs/platforms/stellar-disbursement-platform/api-reference/balances
/docs/platforms/stellar-disbursement-platform/api-reference/bridge-integration
/docs/platforms/stellar-disbursement-platform/api-reference/create-api-key
/docs/platforms/stellar-disbursement-platform/api-reference/create-asset
/docs/platforms/stellar-disbursement-platform/api-reference/create-direct-payment
/docs/platforms/stellar-disbursement-platform/api-reference/create-disbursement
/docs/platforms/stellar-disbursement-platform/api-reference/create-receiver
/docs/platforms/stellar-disbursement-platform/api-reference/create-tenant
/docs/platforms/stellar-disbursement-platform/api-reference/create-user
/docs/platforms/stellar-disbursement-platform/api-reference/create-wallet
/docs/platforms/stellar-disbursement-platform/api-reference/default-tenant
/docs/platforms/stellar-disbursement-platform/api-reference/delete-a-disbursement
/docs/platforms/stellar-disbursement-platform/api-reference/delete-api-key
/docs/platforms/stellar-disbursement-platform/api-reference/delete-asset
/docs/platforms/stellar-disbursement-platform/api-reference/delete-wallet
/docs/platforms/stellar-disbursement-platform/api-reference/disbursements
/docs/platforms/stellar-disbursement-platform/api-reference/download-disbursement-instructions
/docs/platforms/stellar-disbursement-platform/api-reference/export-disbursements
/docs/platforms/stellar-disbursement-platform/api-reference/export-payments-csv
/docs/platforms/stellar-disbursement-platform/api-reference/export-receivers-csv
/docs/platforms/stellar-disbursement-platform/api-reference/forgot-password
/docs/platforms/stellar-disbursement-platform/api-reference/get-all-assets
/docs/platforms/stellar-disbursement-platform/api-reference/get-all-roles
/docs/platforms/stellar-disbursement-platform/api-reference/get-all-tenants
/docs/platforms/stellar-disbursement-platform/api-reference/get-all-users
/docs/platforms/stellar-disbursement-platform/api-reference/get-all-wallets
/docs/platforms/stellar-disbursement-platform/api-reference/get-api-key
/docs/platforms/stellar-disbursement-platform/api-reference/get-bridge-integration
/docs/platforms/stellar-disbursement-platform/api-reference/get-organization-circle-balances
/docs/platforms/stellar-disbursement-platform/api-reference/get-organization-info
/docs/platforms/stellar-disbursement-platform/api-reference/get-organization-logo
/docs/platforms/stellar-disbursement-platform/api-reference/get-profile
/docs/platforms/stellar-disbursement-platform/api-reference/get-receiver-registration-info
/docs/platforms/stellar-disbursement-platform/api-reference/get-sep-24-info
/docs/platforms/stellar-disbursement-platform/api-reference/list-all-disbursement-receivers
/docs/platforms/stellar-disbursement-platform/api-reference/list-all-disbursements
/docs/platforms/stellar-disbursement-platform/api-reference/list-all-payments
/docs/platforms/stellar-disbursement-platform/api-reference/list-all-receivers
/docs/platforms/stellar-disbursement-platform/api-reference/list-api-keys
/docs/platforms/stellar-disbursement-platform/api-reference/list-receiver-verification-types
/docs/platforms/stellar-disbursement-platform/api-reference/list-registration-contact-types
/docs/platforms/stellar-disbursement-platform/api-reference/log-in
/docs/platforms/stellar-disbursement-platform/api-reference/organization
/docs/platforms/stellar-disbursement-platform/api-reference/patch-organization-circle
/docs/platforms/stellar-disbursement-platform/api-reference/payments
/docs/platforms/stellar-disbursement-platform/api-reference/profile
/docs/platforms/stellar-disbursement-platform/api-reference/provide-signed-challenge-transaction
/docs/platforms/stellar-disbursement-platform/api-reference/receivers
/docs/platforms/stellar-disbursement-platform/api-reference/refresh-token
/docs/platforms/stellar-disbursement-platform/api-reference/registration
/docs/platforms/stellar-disbursement-platform/api-reference/request-challenge-transaction
/docs/platforms/stellar-disbursement-platform/api-reference/request-registration-url
/docs/platforms/stellar-disbursement-platform/api-reference/reset-password
/docs/platforms/stellar-disbursement-platform/api-reference/reset-user-password
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-a-disbursement
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-a-payment
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-a-receiver
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-a-tenant
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-all-statistics
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-disbursement-statistics
/docs/platforms/stellar-disbursement-platform/api-reference/retrieve-stellar-info-file
/docs/platforms/stellar-disbursement-platform/api-reference/retry-payments
/docs/platforms/stellar-disbursement-platform/api-reference/send-one-time-passcode
/docs/platforms/stellar-disbursement-platform/api-reference/soft-delete-a-tenant
/docs/platforms/stellar-disbursement-platform/api-reference/start-wallet-registration
/docs/platforms/stellar-disbursement-platform/api-reference/statistics
/docs/platforms/stellar-disbursement-platform/api-reference/update-a-disbursement-status
/docs/platforms/stellar-disbursement-platform/api-reference/update-a-tenant
/docs/platforms/stellar-disbursement-platform/api-reference/update-api-key
/docs/platforms/stellar-disbursement-platform/api-reference/update-bridge-integration
/docs/platforms/stellar-disbursement-platform/api-reference/update-organization-profile
/docs/platforms/stellar-disbursement-platform/api-reference/update-payment-status
/docs/platforms/stellar-disbursement-platform/api-reference/update-receiver
/docs/platforms/stellar-disbursement-platform/api-reference/update-receiver-wallet
/docs/platforms/stellar-disbursement-platform/api-reference/update-receiver-wallet-status
/docs/platforms/stellar-disbursement-platform/api-reference/update-user-activation-status
/docs/platforms/stellar-disbursement-platform/api-reference/update-user-profile
/docs/platforms/stellar-disbursement-platform/api-reference/update-user-role
/docs/platforms/stellar-disbursement-platform/api-reference/update-wallet
/docs/platforms/stellar-disbursement-platform/api-reference/upload-disbursement-instructions
/docs/platforms/stellar-disbursement-platform/api-reference/users
/docs/platforms/stellar-disbursement-platform/api-reference/verify-receiver-registration
/docs/tokens
/docs/tokens/anatomy-of-an-asset
/docs/tokens/control-asset-access
/docs/tokens/cross-chain-transfers
/docs/tokens/how-to-issue-an-asset
/docs/tokens/publishing-asset-info
/docs/tokens/quickstart
/docs/tokens/stellar-asset-contract
/docs/tokens/token-interface
/docs/tools
/docs/tools/cli
/docs/tools/cli/cookbook
/docs/tools/cli/cookbook/asset-management
/docs/tools/cli/cookbook/contract-build-meta
/docs/tools/cli/cookbook/contract-invoke-arguments
/docs/tools/cli/cookbook/contract-lifecycle
/docs/tools/cli/cookbook/deploy-contract
/docs/tools/cli/cookbook/deploy-stellar-asset-contract
/docs/tools/cli/cookbook/extend-contract-instance
/docs/tools/cli/cookbook/extend-contract-storage
/docs/tools/cli/cookbook/extend-contract-wasm
/docs/tools/cli/cookbook/payments-and-assets
/docs/tools/cli/cookbook/restore-contract-instance
/docs/tools/cli/cookbook/restore-contract-storage
/docs/tools/cli/cookbook/stellar-keys
/docs/tools/cli/cookbook/tx-new
/docs/tools/cli/cookbook/tx-new-create-claimable-balance
/docs/tools/cli/cookbook/tx-op-add
/docs/tools/cli/cookbook/tx-sign
/docs/tools/cli/cookbook/upload-deploy
/docs/tools/cli/cookbook/upload-wasm
/docs/tools/cli/install-cli
/docs/tools/cli/plugins
/docs/tools/cli/plugins-list
/docs/tools/cli/stellar-cli
/docs/tools/developer-tools
/docs/tools/developer-tools/analytics-platforms
/docs/tools/developer-tools/anchor-tools
/docs/tools/developer-tools/asset-tools
/docs/tools/developer-tools/block-explorers
/docs/tools/developer-tools/jupyter-notebooks
/docs/tools/developer-tools/network-insights
/docs/tools/developer-tools/network-status
/docs/tools/developer-tools/node-operator-tools
/docs/tools/developer-tools/online-ide
/docs/tools/developer-tools/security-tools
/docs/tools/developer-tools/wallets
/docs/tools/infra-tools
/docs/tools/infra-tools/cross-chain
/docs/tools/lab
/docs/tools/lab/account
/docs/tools/lab/api-explorer
/docs/tools/lab/api-explorer/horizon-endpoint
/docs/tools/lab/api-explorer/rpc-methods
/docs/tools/lab/quickstart-with-lab
/docs/tools/lab/saved
/docs/tools/lab/saved/keypairs
/docs/tools/lab/saved/requests
/docs/tools/lab/saved/transactions
/docs/tools/lab/smart-contracts
/docs/tools/lab/smart-contracts/contract-explorer
/docs/tools/lab/smart-contracts/smart-contract-list
/docs/tools/lab/smart-contracts/upload-deploy-contract
/docs/tools/lab/transaction-dashboard
/docs/tools/lab/transactions
/docs/tools/lab/view-xdr
/docs/tools/lab/view-xdr/diff-xdr
/docs/tools/lab/view-xdr/json-to-xdr
/docs/tools/lab/view-xdr/xdr-to-json
/docs/tools/openzeppelin-contracts
/docs/tools/openzeppelin-relayer
/docs/tools/quickstart
/docs/tools/quickstart/advanced-usage
/docs/tools/quickstart/advanced-usage/container
/docs/tools/quickstart/advanced-usage/operation-modes
/docs/tools/quickstart/advanced-usage/ports
/docs/tools/quickstart/advanced-usage/run-command-examples
/docs/tools/quickstart/advanced-usage/service-options
/docs/tools/quickstart/cloud
/docs/tools/quickstart/cloud/digitalocean
/docs/tools/quickstart/cloud/fly.io
/docs/tools/quickstart/debugging
/docs/tools/quickstart/debugging/diagnostic-events
/docs/tools/quickstart/debugging/viewing-logs
/docs/tools/quickstart/explorer
/docs/tools/quickstart/faucet
/docs/tools/quickstart/getting-started
/docs/tools/quickstart/getting-started/connect-stellar-lab
/docs/tools/quickstart/getting-started/deploy-smart-contract
/docs/tools/quickstart/network-modes
/docs/tools/ramps
/docs/tools/ramps/moneygram
/docs/tools/scaffold-stellar
/docs/tools/sdks
/docs/tools/sdks/build-your-own
/docs/tools/sdks/client-sdks
/docs/tools/sdks/contract-sdks
/docs/validators
/docs/validators/admin-guide
/docs/validators/admin-guide/advanced
/docs/validators/admin-guide/commands
/docs/validators/admin-guide/configuring
/docs/validators/admin-guide/environment-preparation
/docs/validators/admin-guide/installation
/docs/validators/admin-guide/logging
/docs/validators/admin-guide/maintenance
/docs/validators/admin-guide/monitoring
/docs/validators/admin-guide/network-upgrades
/docs/validators/admin-guide/prerequisites
/docs/validators/admin-guide/publishing-history-archives
/docs/validators/admin-guide/running-node
/docs/validators/admin-guide/soroban-settings
/docs/validators/tier-1-orgs
/meetings
/meetings/2024/01/18
/meetings/2024/01/26
/meetings/2024/02/01
/meetings/2024/02/08
/meetings/2024/02/15
/meetings/2024/02/22
/meetings/2024/02/29
/meetings/2024/03/07
/meetings/2024/03/14
/meetings/2024/03/21
/meetings/2024/03/28
/meetings/2024/04/04
/meetings/2024/04/11
/meetings/2024/04/18
/meetings/2024/04/25
/meetings/2024/05/02
/meetings/2024/05/09
/meetings/2024/06/13
/meetings/2024/06/20
/meetings/2024/06/27
/meetings/2024/07/11
/meetings/2024/07/18
/meetings/2024/07/25
/meetings/2024/08/01
/meetings/2024/08/08
/meetings/2024/08/15
/meetings/2024/08/22
/meetings/2024/08/29
/meetings/2024/09/05
/meetings/2024/09/12
/meetings/2024/09/19
/meetings/2024/09/26
/meetings/2024/10/24
/meetings/2024/11/14
/meetings/2024/12/05
/meetings/2024/12/12
/meetings/2024/12/19
/meetings/2025/01/16
/meetings/2025/01/23
/meetings/2025/01/30
/meetings/2025/02/06
/meetings/2025/02/13
/meetings/2025/02/20
/meetings/2025/02/27
/meetings/2025/03/06
/meetings/2025/03/27
/meetings/2025/04/03
/meetings/2025/04/10
/meetings/2025/04/17
/meetings/2025/05/01
/meetings/2025/05/22
/meetings/2025/07/10
/meetings/2025/07/17
/meetings/2025/07/24
/meetings/2025/08/07
/meetings/2025/09/25
/meetings/2025/10/02
/meetings/2025/10/09
/meetings/2025/10/16
/meetings/2025/10/23
/meetings/2025/10/30
/meetings/2025/11/06
/meetings/2026/01/22
/meetings/2026/01/29
/meetings/2026/02/26
/meetings/2026/04/16
/meetings/2026/04/23
/meetings/2026/04/30
/meetings/2026/05/07
/meetings/2026/05/14
/meetings/2026/05/21
/meetings/2026/06/11
/meetings/2026/06/18
/meetings/2026/06/25
/meetings/2026/07/02
/meetings/archive
/meetings/authors
/meetings/authors/carstenjacobsen
/meetings/authors/carstenjacobsen/page/2
/meetings/authors/carstenjacobsen/page/3
/meetings/authors/elliotfriend
/meetings/authors/kalepail
/meetings/page/2
/meetings/page/3
/meetings/page/4
/meetings/page/5
/meetings/page/6
/meetings/page/7
/meetings/tags
/meetings/tags/developer
/meetings/tags/developer/page/2
/meetings/tags/developer/page/3
/meetings/tags/developer/page/4
/meetings/tags/developer/page/5
/meetings/tags/developer/page/6
/meetings/tags/protocol
/search