Skip to content

Get account

GET
/accounts/{address}

Parameters

Path Parameters

address*

Owner address (20-byte Ethereum-style, 0x-hex).

Type
string
Required
Pattern
"^0x[0-9a-fA-F]{40}$"

Responses

Owner-level account.

application/json
JSON
{
  
"address": "string",
  
"created_at_ms": 0
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI