Website
Dashboard
Searchβ¦
Introduction
π―
DASHBOARD
Stake Ethereum
Stake Solana
Stake Tezos
Stake Near
Organizations and accounts
Reference
π
CUSTODIANS
Fireblocks
Copper
Anchorage
Ledger Vault
Coinbase Custody
π
API
Reference
Accounts management
Ethereum
Solana
Tezos
π
Tools
React Components library
π‘
Kiln validators
Ethereum
Solana
Tezos
NEAR
β
Contact
Support
Feedback
Powered By
GitBook
Accounts management
An Account is an API object linked to an Organization and represents multiple stakes on any protocols. They can be used to have a clear separation of your clients stakes for example.
Account API object
Field
Value
Format
createdAt
Account creation date
iso
id
Account id
uuiv4
name
Account name
String
description
Account description
String
Account API routes
post
https://api.kiln.fi/v1
/accounts
Create a new Account for an Organization
get
https://api.kiln.fi/v1
/accounts
Get all Accounts from an Organization
get
https://api.kiln.fi/v1
/accounts/:id
Retrieve a specific Account
put
https://api.kiln.fi/v1
/accounts/:id
Modify an Account metadata
API - Previous
Reference
Next - API
Ethereum
Last modified
1mo ago
Copy link
Contents
Account API object
Account API routes
post
Create a new Account for an Organization
get
Get all Accounts from an Organization
get
Retrieve a specific Account
put
Modify an Account metadata