curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/external_payment_instruments \
--header 'Authorization: Bearer <token>'{
"data": [
{
"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"
}
]
}Fetch all external payment instruments for a customer
curl --request GET \
--url https://api-sandbox.stablesea.com/v1/organizations/{organization_id}/external_payment_instruments \
--header 'Authorization: Bearer <token>'{
"data": [
{
"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"
}
]
}Use your API key as the bearer token
ID of organization
"org_01k2cm4r59e5z8k5ggrbbxjcwy"
External payment instruments response
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 ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"
ISO 8601 UTC timestamp (RFC3339)
"2024-01-15T10:00:00Z"