Deposit any amount of USDC/USDT/ETH to Manta Pacific through Owlto

Curated by

Manta Network

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

05/31/2024, 08:31:06

Method

GET

Endpoint

https://owlto.finance/***

Expression

function(resp) {
  if (resp.is_ok !== null && resp.is_ok === true) {
    return 1;
  }
  return 0;
}