Gatenox Hub
  • Gatenox guide
    • Introduction
    • What's new?
  • Gatenox API
    • Overview
      • Authentication
      • Rate limiting
      • Errors
    • API reference
      • Individual verifications
      • Corporate verifications
      • Case manaegment - change status
      • Attachments download
      • Verified crypto addresses
      • Comprehensive screening
      • API versions - history
    • Webhooks
  • ID Node - how to ... ?
    • What should I do after first login?
    • I received an email from Gatenox
      • Invitation for verification
      • Invitation for KYC
      • Invitation to team
    • Create and complete company profile
      • Add new company
      • Manage business information
        • Business Identity
        • Business Details
        • Business Addresses
        • Business Financials
        • Business Representatives
        • Additional information
        • Contact Details
      • Create / modify ownership structure
        • Shareholders
        • Proposed UBOs
        • UBOs
      • Verification
        • Individuals
        • Business Documents
      • Summary
        • Review and finish
    • Share company profile
      • Start onboarding
      • Complete required company data
      • Share my profile
    • I received a message from Compliance Officer
    • KYC process
      • Complete KYC details
  • Compliance Cloud - how to ... ?
    • Start onboarding customers with Gatenox
      • About your company
      • What data my company requires?
      • Referral code
      • Send the invitation for review to the corporate client
      • Send the invitation for Individual KYC
      • Apply via Gatenox
      • Integration options with Gatenox HUB
    • Multiple company profiles
    • Cases management
      • Corporate verifications
      • Individual verifications
    • Risk assessment
      • Summary
      • In-App Communication Tool
      • Ask for data update
      • Risk score recalculation
      • Company details
      • Personal details
      • Business representatives
      • UBOs
      • Company structure
      • Identified issues
      • Files
      • Additional files
      • Document AI
      • Entities verification
      • Final assessment
      • Report
    • Comprehensive screening
      • Check sanctions / PEP / criminal records
      • Check crypto addresses
      • Document AI (coming soon ...)
  • General settings
    • Account information
    • Company information
    • Billing and plans
    • Users management
    • Feedback
Powered by GitBook
On this page

Was this helpful?

  1. Gatenox API
  2. API reference

Verified crypto addresses

Last updated 1 year ago

Was this helpful?

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
    }
  }
}
  • Verify whether the crypto address is present on the whitelist of verified cryptocurrency addresses
  • GETVerified Crypto Address