Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.rampnow.io/api/partner/v1/ext/ramp_order/{uid}
{ "code": 123, "data": { "orderList": [ { "baseAmount": "<string>", "createdAt": "2023-11-07T05:31:56Z", "dstAmount": "<string>", "partnerFee": "<string>", "srcAmount": "<string>", "uid": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "customer": { "createdAt": "2023-11-07T05:31:56Z", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "phone": "<string>", "uid": "<string>" } } ] }, "message": "<string>", "traceId": "<string>", "displayError": "<string>" }
OK
Show child attributes
Was this page helpful?