curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"quote_id": "qt_01k4qpmvgxfsg9db9mjrtq9tk2",
"offering_id": "off_01k4qph5ezfsga7fkvbygsqq93",
"reference_number": "SS-ORD-20240115-001",
"exchange_rate": "<string>",
"effective_exchange_rate": "<string>",
"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"
},
"total": "<string>",
"fee": "<string>",
"tax": "<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"
},
"total": "<string>"
},
"status": {
"current_status": "STEP_1_AWAITING_FUNDING",
"status_history": [
{
"status": "STEP_1_AWAITING_FUNDING",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"funding_instructions": {
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z",
"external_reference_id": "ACME-REF-001",
"retry_order_id": "ord_01k4qn4cxdefkargtccm4ycxth"
}
]
}Returns all orders for a organization
curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/orders \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "mnyacct_01k4r01nm4f41tcsws4sr9k8nn",
"quote_id": "qt_01k4qpmvgxfsg9db9mjrtq9tk2",
"offering_id": "off_01k4qph5ezfsga7fkvbygsqq93",
"reference_number": "SS-ORD-20240115-001",
"exchange_rate": "<string>",
"effective_exchange_rate": "<string>",
"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"
},
"total": "<string>",
"fee": "<string>",
"tax": "<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"
},
"total": "<string>"
},
"status": {
"current_status": "STEP_1_AWAITING_FUNDING",
"status_history": [
{
"status": "STEP_1_AWAITING_FUNDING",
"created_at": "2024-01-15T10:00:00Z"
}
]
},
"funding_instructions": {
"currency": "USDC",
"method": "SOLANA_ADDRESS",
"details": {
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
},
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z",
"external_reference_id": "ACME-REF-001",
"retry_order_id": "ord_01k4qn4cxdefkargtccm4ycxth"
}
]
}| Header | Value | Required | Description |
|---|---|---|---|
Authorization | Bearer <api-key> | true | Your API key for authentication |
Content-Type | application/json | true | Content type of the request |
Use your API key as the bearer token
ID of organization
"org_01k2cm4r59e5z8k5ggrbbxjcwy"
Orders response
Show child attributes
"mnyacct_01k4r01nm4f41tcsws4sr9k8nn"
"qt_01k4qpmvgxfsg9db9mjrtq9tk2"
"off_01k4qph5ezfsga7fkvbygsqq93"
"SS-ORD-20240115-001"
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
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
STEP_1_AWAITING_FUNDING, STEP_2_FILLING_FX, STEP_3_SETTLING_PAYOUT, STEP_4_COMPLETED, FAILED_FUNDING_EXPIRED, FAILED_DECLINED_BY_LIQ_PROVIDER, FAILED_REFUND_REQUESTED, FAILED_REFUND_PROCESSED Show child attributes
STEP_1_AWAITING_FUNDING, STEP_2_FILLING_FX, STEP_3_SETTLING_PAYOUT, STEP_4_COMPLETED, FAILED_FUNDING_EXPIRED, FAILED_DECLINED_BY_LIQ_PROVIDER, FAILED_REFUND_REQUESTED, FAILED_REFUND_PROCESSED ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
Show child attributes
USDC, ...more to come... "USDC"
SOLANA_ADDRESS, COP_BANK_ACCOUNT, ...more to come... ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
"ACME-REF-001"
"ord_01k4qn4cxdefkargtccm4ycxth"