General APIs with JWT

Get all available nodes

Endpoint to retrieve all nodes that are not currently rented.

get/executors

Query parameters

pageinteger nullable
sizeinteger nullable
machine_namesstring nullable
price_ltenumber nullable
price_gtenumber nullable
gpu_count_lteinteger nullable
gpu_count_gteinteger nullable
latnumber nullable
lonnumber nullable
max_distance_milenumber nullable
bookmarkedboolean nullable
machine_request_idstring nullable
collateral_depositedboolean nullable
ncu_profiling_enabledboolean nullable

Response

List of available nodes

idstring uuid required
machine_namestring nullable
price_per_gpunumber nullable
pending_price_per_hournumber nullable
price_change_effective_datestring date-time nullable
executor_ip_addressstring required
validator_hotkeystring required
gpu_countinteger nullable
available_gpu_countinteger nullable
specsobject required
activeboolean nullable
uptime_in_minutesinteger nullable
miner_hotkeystring nullable
collateral_depositedboolean nullable
is_slow_machineboolean
effective_upload_speed_mbpsnumber nullable
effective_download_speed_mbpsnumber nullable
tierstring nullable
reliability_scorenumber nullable
distance_milenumber nullable
is_bookmarkedboolean
min_gpu_count_for_rentalinteger nullable
max_cuda_versionnumber nullable
is_whole_host_freeboolean nullable
has_no_pending_rentalboolean nullable
infiniband_fabric_rentableboolean
roce_fabric_rentableboolean
ncu_profiling_enabledboolean required
on_infiniband_fabricboolean required
on_roce_fabricboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.