cURL
curl --request POST \ --url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/quotes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: <idempotency-key>' \ --data ' { "payin_amount": "<string>", "offering_id": "<string>" } '
{ "data": { "id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn", "offering_id": "off_01k4qph5ezfsga7fkvbygsqq93", "exchange_rate": "<string>", "payin": { "total": "<string>", "fee": "<string>", "tax": "<string>" }, "payout": { "total": "<string>" }, "submission_expires_at": "2024-01-15T10:00:00Z", "funding_expires_at": "2024-01-15T10:00:00Z", "created_at": "2024-01-15T10:00:00Z" } }
Creates a quote for an organization
Use your API key as the bearer token
Unique key to prevent duplicate operations
"550e8400-e29b-41d4-a716-446655440000"
ID of organization
"org_01k2cm4r59e5z8k5ggrbbxjcwy"
Quote request
A string representation of a decimal number
Quote created successfully
Show child attributes
"mnyacct_01k4r01nm4f41tcsws4sr9k8nn"
"off_01k4qph5ezfsga7fkvbygsqq93"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"