Skip to main content
GET
/
v1
/
api
/
deposit
/
get_transaction
Read Transaction
curl --request GET \
  --url https://api.lygosapp.com/v1/api/deposit/get_transaction \
  --header 'api-key: <api-key>'
{
  "track_id": "<string>",
  "amount": 123,
  "phone_number": "<string>",
  "country": "<string>",
  "currency": "<string>",
  "operator": "<string>",
  "status": "<string>",
  "created_at": "2025-12-12T09:15:34.448314"
}

Headers

api-key
string
required

Clé API pour l'authentification

Query Parameters

track_id
string
required

Response

Successful Response

track_id
string
required
amount
number
required
phone_number
string
required
country
string
required
currency
string
required
operator
string
required
status
string
required
created_at
string<date-time> | null
default:2025-12-12T09:15:34.448314