SDKs & Tools
REST API
All Stableyard functionality is available through the REST API. The base URL is:OpenAPI Specification
The full OpenAPI spec is available at:- JSON:
https://api.stableyard.fi/sdk.json - YAML:
https://api.stableyard.fi/sdk.yaml
cURL Examples
A complete set of cURL examples covering all endpoints is available in the repository atscripts/api-curl-examples.sh.
Postman Collection
Import the Stableyard API collection into Postman frompostman/Stableyard_API_v2.postman_collection.json in the repository.
Authentication in SDKs
All requests require anAuthorization: Bearer <token> header. Use:
sy_secret_*/sy_test_secret_*for server-side callssy_pub_*/sy_test_pub_*for client-side callssy_auth_*for wallet-authenticated user sessions