You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,3 +502,11 @@ Insurance endpoints (v1)
502
502
Notes:
503
503
- These endpoints return transaction XDRs composed with `manageData` operations to encode policy actions. If you prefer Soroban contract invocations, I can convert the builders to use contract calls.
504
504
505
+
## API Discovery
506
+
507
+
RemitWise exposes an OpenAPI discovery endpoint:
508
+
509
+
/api/.well-known/openapi
510
+
511
+
This allows integrators and wallets to automatically discover
0 commit comments