/
LI
lium
/
Lium Backend API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 15h ago
Details
Filter operations
DB chat
3
General APIs with JWT
148
get
Health Check
get
Sleep Endpoint
get
Get Version
post
Signup
get
Get Client Ip Endpoint
get
Search Users
post
Login
put
Update User
delete
Delete User
get
Get Discord Oauth Url
get
Connect Discord Callback
delete
Disconnect Discord
post
Request Reset Password
post
Reset Password
post
Generate Presigned Url
get
Get Auto Top Up
put
Update Auto Top Up
get
Get Notification Setting
put
Update Notification Setting
get
Get Low Balance Threshold
put
Update Low Balance Threshold
post
Transfer Credits
get
Get Events
get
Get Transfer History
get
Get Transfer Credit History
put
Update Referral Payout Method
post
Get Executors
get
Get Latest Set Weights
post
Save Latest Set Weights
post
Check Executor Health
get
Get signed Docker image digest
get
Get all available nodes
get
Get nodes that can be combined into an InfiniBand cluster
get
Count Executors
get
Get Total Count Of Active Executors
get
Get stats of nodes
get
Get default docker image of node
get
Estimate deployment time
get
Get CPU and other hardware utilization for a node
get
Current snapshot of the rentable executors (WebSocket address)
post
Create Checkout Session
post
Stripe Webhook
get
List Payment Methods
post
Add Payment Method
delete
Delete Payment Method
post
Create Connect Account
post
Create Onboarding Link
get
Get Invoice
get
Get Supported Countries
post
Fingerprint Signup
post
Fingerprint Login
post
Login With Github
post
Github Login Complete
post
Login With Google
post
Google Login Complete
post
Logout
post
Verify Email
post
Resend Verify Email
get
Find Templates
get
List all available machines
get
Open earning capacity by GPU type
get
Get GPU reward estimate
get
Get all pods
post
Webhooks
post
Create Charge
post
Tmc Pay Webhook
post
Create Invoice
get
Get Currencies
post
Webhook
get
Revenue For Validators
get
Get the billing info for a user
get
Get the billing info per day
get
List Api Keys
post
Create Api Key
get
Get Api Key
put
Update Api Key
delete
Delete Api Key
post
Gpu Allocation
get
Get all available volumes
post
Create a new volume
get
Get a volume
put
Update a volume
delete
Delete a volume
get
Get volume cost breakdown
get
Get aggregated cost summary
get
Get current volume size and file count
get
List all machine requests by user
post
Create a machine request
get
Get a machine request
put
Update a request
delete
Close a request
get
Get nodes assigned to machine request
post
Achieve a request
get
Get reclaims with filtering
post
Init Cli Auth Session
post
Approve Cli Auth Session
get
Poll Cli Auth Session
get
Get backup configuration
get
List backup configurations
post
Create backup configuration
put
Update backup configuration
delete
Delete backup configuration
get
Get Referral Program Info
get
Get My Referral Code
get
Get Referral Stats
post
Validate Referral Code
get
Get Referral History
post
Withdraw Referral Rewards
get
Get Pending Payouts
get
Get All Custom Referral Links
post
Create Custom Referral Link
get
Get All Link Stats
get
Get Custom Referral Link
delete
Deactivate Custom Referral Link
patch
Update Custom Referral Link
post
Validate Custom Referral Link
get
Get Expiring Credit Grants
post
Create Expiring Credit Grant
get
Get All Banned Machines
post
Create Banned Machine
get
Get Banned Machine
delete
Remove Banned Machine
patch
Update Banned Machine
get
Get backup logs
put
Update backup progress
get
Get backup log
delete
Delete backup log
post
Cancel backup
get
Get all backup logs
post
Bulk delete backup logs (async)
get
Poll bulk delete task status
post
Cancel restore
put
Update restore progress
get
Get Latest Set Weights
get
Get User Feedbacks
post
Create Feedback
get
Get Feedback By Id
put
Update Feedback
delete
Delete Feedback
get
Get comprehensive statistics for a provider
get
Get nodes for a provider
get
List Crypto Wallets
post
Add Crypto Wallet
delete
Delete Crypto Wallet
put
Set Default Crypto Wallet
get
Get User Payouts
get
Get Payout Details
post
Crypto Transfer Webhook
Public APIs For Providers
4
Public nodes feed
1
Support API Key Authentication
44
General APIs with JWT
List Crypto Wallets
List all crypto wallets for the authenticated user.
get
/crypto-wallets
Response
Successful Response
CryptoWalletResponse[]
required
id
string
uuid
required
user_id
string
uuid
required
network
string
required
token
string
required
wallet_address
string
required
is_default
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes