Stake more than 0.5 0G token on Gimo

Curated by

0G Labs

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

09/08/2025, 17:05:46

Method

GET

Endpoint

https://public-api.gimofinance.xyz/***

Expression

function (resp) {
    if(resp.data.user_exists === true){
        return 1;
    } else {
        return 0;
    }
}