curl -X POST https://api.stableyard.fi/sdk/v1/quote \ -H "x-sdk-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "userId": "user_abc123", "partnerId": "your_partner_id", "amount": "100.00", "destinationPaymentAddress": "merchant@stableyard" }'
{ "success": true, "data": { "quoteData": { "inputAmount": "100.00", "outputAmount": "99.50", "outputAmountRaw": "99500000", "fee": "0.50", "feePercent": "0.5", "exchangeRate": "1.0000", "expiresAt": "2024-01-15T10:35:00Z", "payload": { "quoteId": "quote_xyz789", "nonce": "123456", "deadline": 1705315200 } } }, "requestId": "req_xyz789" }
Create a payment quote for settlement
Show properties
expiresAt