cURL
curl --request GET \ --url https://api.etherfuse.com/ramp/order/{order_id} \ --header 'Authorization: <api-key>'
{ "orderId": "123e4567-e89b-12d3-a456-426614174000", "customerId": "123e4567-e89b-12d3-a456-426614174001", "createdAt": "2024-01-01T00:00:00Z", "updatedAt": "2024-01-01T00:00:00Z", "amountInFiat": 100, "amountInTokens": 0.5, "orderType": "onramp", "status": "completed", "statusPage": "https://example.com/ramp/order/123e4567-e89b-12d3-a456-426614174000" }
Retrieves details for a specific order
API key for authentication
ID of the order to retrieve
Order details retrieved successfully
The response is of type object.
object