Partner api
Get Health
Public health check endpoint for partner connectivity validation. No authentication required.
Response Body
application/json
curl -X GET "https://partner-api.cryptofi-dev.com/v1/health"{}Partner API
Endpoints for institutional partners to retrieve their customers' investment data.
Get Order Detail
Returns the order-detail payload for the given order id. :param order_id: Order identifier (the order's tx_id). :param api_key: Resolved Partner API key, providing the FI scope for the lookup. :return: Order-detail response with the order metadata and lifecycle state. :raises HTTPException: 404 Not Found when no order with that id exists within the partner's FI.