cURL
curl --request GET \ --url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/quotes/{quote_id} \ --header 'Authorization: Bearer <token>'
{ "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" } }
Retrieve details for a specific quote
Use your API key as the bearer token
ID of organization
"org_01k2cm4r59e5z8k5ggrbbxjcwy"
ID of quote
"qt_01k4qpmvgxfsg9db9mjrtq9tk2"
Quote details
Show child attributes