Verified crypto addresses

Verify whether the crypto address is present on the whitelist of verified cryptocurrency addresses

Verified Crypto Address

get
Authorizations
Query parameters
typestringOptionalExample: AZERO
addressstringOptionalExample: hjdsahjkdsah2442423423
Responses
200
OK
application/json
get
GET /api/v1/verified_crypto_address HTTP/1.1
Host: api.app.gatenox.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "verified_crypto_addresses": [
    {
      "id": "bb8d9baa-0585-4b48-b05d-a80332f99705",
      "address": "5GpehigSqpfDRNe8uTyS4BPExw3KuZCS5NfhT6hCVqMkkkMa",
      "address_type": "AZERO",
      "assessment": "risk_medium",
      "verification_id": "e7a341ae-3e33-4505-ab75-9dcb1d51a851",
      "created_at": "2024-02-27T12:47:06.916Z",
      "updated_at": "2024-02-27T12:47:06.916Z",
      "owner_entity_identifier": "1990-09-15",
      "owner_entity_name": "Oskar Gargas"
    },
    {
      "id": "b066fa42-b31b-47eb-88f6-3d3697238231",
      "address": "5GpehigSqpfDRNe8uTyS4BPExw3KuZCS5NfhT6hCVqMkkkMa",
      "address_type": "AZERO",
      "assessment": "risk_low",
      "verification_id": "4ab747dd-dbad-44c0-8923-e0f6487d15dc",
      "created_at": "2024-02-27T11:18:51.526Z",
      "updated_at": "2024-02-27T11:18:51.526Z",
      "owner_entity_identifier": "5342482393",
      "owner_entity_name": "Oskar Gargas Labs",
      "owner_jurisdiction": "pl"
    }
  ],
  "meta": {
    "pagination": {
      "total": 2,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}

Last updated

Was this helpful?