Quick Start
Making your first request with Starfall
Getting started
The first step to starting with Starfall API is to create an acocunt and get an API key.
Create an account at https://app.starfall.ai/signup.
Be sure to verify your email. Lookups are only allowed for verified emails.
Go to the API tokens page to copy your API token.
Making a request
Our entire API library is available at our API reference page.
Include your header
Authorization: Token <your token>
in every API request.
Here is the curl of a sample API request to lookup a new wallet address:
Last updated