Skip to main content
GET
Look up or create an account by EOA address

Authorizations

X-API-Key
string
header
required

Server API key (sk_live_...)

Path Parameters

accountTypeId
string
required

Account Type slug

Minimum string length: 1

Query Parameters

address
string
required

EVM address. The server normalizes it to EIP-55 checksum case.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Success

status
string
required
Allowed value: "success"
data
object
required
Last modified on July 24, 2026