curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/offerings/{offering_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "off_01k4qph5ezfsga7fkvbygsqq93",
"order_type": "QUOTED",
"payin": {
"external_payment_instrument": {
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"alias": "My Primary Wallet",
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"status": {
"current_status": "ACTIVE",
"status_history": [
{
"status": "ACTIVE",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
},
"limits": {
"min": "<string>",
"max": "<string>"
},
"indicative_cost_tiers": [
{
"min": "<string>",
"max": "<string>",
"bps": "<string>"
}
]
},
"payout": {
"external_payment_instrument": {
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"alias": "My Primary Wallet",
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"status": {
"current_status": "ACTIVE",
"status_history": [
{
"status": "ACTIVE",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
}
},
"indicative_exchange_rate": "<string>",
"current_day_hours_of_operation": {
"open_utc": "2024-01-15T10:00:00Z",
"close_utc": "2024-01-15T10:00:00Z"
},
"liquidity_provider": {
"name": "ALPHA",
"trading_pairs": [
{
"payin_currency": "USDC",
"payout_currency": "COP",
"hours_of_operation": [
{
"open_time_utc": "2024-01-15T10:00:00Z",
"close_time_utc": "2024-01-15T10:00:00Z"
}
]
}
]
},
"estimated_settlement_time": "T+0",
"created_at": "2024-01-15T10:00:00Z"
}
}Retrieve details for a specific offering
curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/offerings/{offering_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "off_01k4qph5ezfsga7fkvbygsqq93",
"order_type": "QUOTED",
"payin": {
"external_payment_instrument": {
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"alias": "My Primary Wallet",
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"status": {
"current_status": "ACTIVE",
"status_history": [
{
"status": "ACTIVE",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
},
"limits": {
"min": "<string>",
"max": "<string>"
},
"indicative_cost_tiers": [
{
"min": "<string>",
"max": "<string>",
"bps": "<string>"
}
]
},
"payout": {
"external_payment_instrument": {
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"alias": "My Primary Wallet",
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"status": {
"current_status": "ACTIVE",
"status_history": [
{
"status": "ACTIVE",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
}
},
"indicative_exchange_rate": "<string>",
"current_day_hours_of_operation": {
"open_utc": "2024-01-15T10:00:00Z",
"close_utc": "2024-01-15T10:00:00Z"
},
"liquidity_provider": {
"name": "ALPHA",
"trading_pairs": [
{
"payin_currency": "USDC",
"payout_currency": "COP",
"hours_of_operation": [
{
"open_time_utc": "2024-01-15T10:00:00Z",
"close_time_utc": "2024-01-15T10:00:00Z"
}
]
}
]
},
"estimated_settlement_time": "T+0",
"created_at": "2024-01-15T10:00:00Z"
}
}Use your API key as the bearer token
ID of organization
"org_01k2cm4r59e5z8k5ggrbbxjcwy"
ID of offering
"off_01k4qph5ezfsga7fkvbygsqq93"
Offering details
Show child attributes
"off_01k4qph5ezfsga7fkvbygsqq93"
QUOTED, LIMIT, MARKET Show child attributes
Show child attributes
"mnyacct_01k4r01nm4f41tcsws4sr9k8nn"
"My Primary Wallet"
USDC, COP, ...more to come... SOLANA_ADDRESS, COP_BANK_ACCOUNT, ...more to come... Show child attributes
ACTIVE, COMPLIANCE_HOLD, ARCHIVED Show child attributes
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
Show child attributes
A string representation of a decimal number
A string representation of a decimal number
A string representation of a decimal number
Show child attributes
Show child attributes
"mnyacct_01k4r01nm4f41tcsws4sr9k8nn"
"My Primary Wallet"
USDC, COP, ...more to come... SOLANA_ADDRESS, COP_BANK_ACCOUNT, ...more to come... Show child attributes
ACTIVE, COMPLIANCE_HOLD, ARCHIVED Show child attributes
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
A string representation of a decimal number
Show child attributes
"ALPHA"
Show child attributes
USDC, ...more to come... "USDC"
COP, ...more to come... "COP"
Show child attributes
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
T+0, T+1, T+2 ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"