Starfall API Documentation
  • Introduction
  • Quick Start
  • API Usage
  • API reference
    • Auth token
    • Addresses
    • Final predictions
    • Address Lookups
    • Users
Powered by GitBook
On this page
  • Getting started
  • Making a request

Quick Start

Making your first request with Starfall

PreviousIntroductionNextAPI Usage

Last updated 1 year ago

Getting started

The first step to starting with Starfall API is to create an acocunt and get an API key.

  • Create an account at .

  • Be sure to verify your email. Lookups are only allowed for verified emails.

  • Go to the page to copy your API token.

Making a request

Our entire API library is available at our 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:

curl --location 'https://api.starfall.ai/api/addresses/0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97/' \
--header 'Authorization: Token <your token heretoken>'
https://app.starfall.ai/signup
API tokens
API reference