Skip to content

Checking a Pledge by VIN

Checks whether a vehicle has a pledge registered against it by VIN, via the register of notices of pledge of movable property (Federal Notary Chamber). Returns a list of pledge records with pledgor and pledgee data.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/pledge/check/vin

Request parameters

Name Data type Required Description
vin string Yes Vehicle VIN (17 characters)
use_proxy boolean No Whether to use a proxy for the request

Request example

{
  "vin": "X9FDXXEEBDCE35007",
  "use_proxy": false
}

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Response example

{
  "query_type": "vin",
  "query_value": "X9FDXXEEBDCE35007",
  "found": true,
  "total": 1,
  "records": [
    {
      "notification_number": "2026-012-558297-917",
      "registration_date": "2/16/2026",
      "pledgor_name": "Константин Юрьевич Польный, 12/3/1993",
      "pledgee_name": "Pledgee information is hidden from publication …",
      "subject_description": "VIN: X9FDXXEEBDCE35007, Номер кузова: X9FDXXEEBDCE35007"
    }
  ]
}

Response parameters

Name Data type Description
query_type string Query type
query_value string Query value
found boolean Whether pledges were found
total integer Number of records found
records array List of pledges
records[].notification_number string Pledge notification number
records[].registration_date string Pledge registration date
records[].pledgor_name string Pledgor
records[].pledgee_name string Pledgee
records[].subject_description string Description of the pledged item