cURL
curl --request GET \ --url https://api.sumvin.com/v0/ramp/transactions \ --header 'Authorization: Bearer <token>'
{ "_links": {}, "transactions": [ { "id": "<string>", "status": "<string>", "meld_status": "<string>", "transaction_type": "<string>", "source_amount": "<string>", "source_currency_code": "<string>", "destination_amount": "<string>", "destination_currency_code": "<string>", "service_provider": "<string>", "payment_method_type": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
x >= 0
1 <= x <= 100
Successful Response
HAL-style hypermedia links for navigation and available actions.
Show child attributes