Cross-chain swap into 10 USDC or more on Base

Curated by

WOO

ID Type

EVM ADDRESS

Cred Type

GRAPHQL

Last Update Time

01/15/2025, 10:34:10

Query

query info($address:String!){
  swapUSDCOnBase(id:$address) {
    id
    amount
    eligible
    updatedAt
  }
}

Expression

function(data) {
  if (data != null && data.swapUSDCOnBase != null && data.swapUSDCOnBase.eligible) {
    return 1
  }
  return 0
}