🏆 Execute a trade

Curated by

SphereX

ID Type

EVM ADDRESS

Cred Type

REST

Last Update Time

12/28/2024, 12:19:34

Method

GET

Endpoint

https://user-api.sx.xyz/***

Expression

function(resp) {
  if (resp.data.is_ok == true) {
    return 1
  }
  return 0
}