Skip to main content
GET
Get account

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

id
string<uuid>
required

Account ID

Response

Account resource

id
string<uuid>
required

Unique account identifier

status
enum<string>
required

Current account status

Available options:
ACTIVE,
RESTRICTED
Example:

"ACTIVE"

ownerType
enum<string>
required

Type of entity that owns this account

Available options:
USER,
COMPANY,
PROJECT
Example:

"USER"

ownerId
string<uuid> | null
required

Owner entity ID (user or company). Null for PROJECT-owned master accounts.

chainAddresses
object[]
required

Deposit addresses by chain. Empty for accounts without provisioned wallets (user accounts on PROGRAM_FUNDED projects).

createdAt
string
required

ISO 8601 timestamp of creation

Example:

"2024-01-15T10:30:00Z"

updatedAt
string
required

ISO 8601 timestamp of last update

Example:

"2024-01-15T10:35:00Z"