How to use it

Getting started

Verified SDK

The best way to interact with our API is to use the Verified SDK that enables third party applications to use both gas less and regular transactions that use gas to execute transactions on the ethereum protocol supported chains such as the Ethereum mainnet and L2 networks such as Polygon, Gnosis, Binance chain and Avalanche.

# Install via NPM
npm install --save @verified-network/verified-sdk

Verified REST API

Your REST API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key by requesting Verified Network admin here.

Make your first request

To make your first request, you can use our Postman collection.

Last updated