GET
/
v1
/
ramp
/
transaction
/
{transactionId}
Get Ramp Transaction
curl --request GET \
  --url https://api.me-cash.com/v1/ramp/transaction/{transactionId} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

transactionId
string
required

Response

200

Ramp transaction details retrieved successfully.