Last updated 6 months ago
OK
const response = await fetch('https://api.app.gatenox.com/api/v1/verified_crypto_address', { method: 'GET', headers: {}, }); const data = await response.json();
{ "verified_crypto_addresses": [ { "id": "text", "address": "text", "address_type": "text", "assessment": "text", "verification_id": "text", "created_at": "text", "updated_at": "text", "owner_entity_identifier": "text", "owner_entity_name": "text", "owner_jurisdiction": "text" } ], "meta": { "pagination": { "total": 0, "per_page": 0, "current_page": 0, "total_pages": 0 } } }