Get utxos

post

Coming soon...

Retrieve marketplace UTXO data (Magic Eden, Unisat, OKX).

Authorizations
Body
objectOptional
Responses
200
Default Response
application/json
Responseobject
post
POST /v1/swaps/utxo/get-utxos HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 137

{
  "providerCode": "magiceden_utxo",
  "from": {
    "ticker": "BTC",
    "protocol": "btc"
  },
  "to": {
    "ticker": "840000:3",
    "protocol": "runes"
  },
  "amount": "20000"
}
200

Default Response

{
  "items": [
    {
      "identifier": "...",
      "token": {
        "ticker": "840000:3",
        "protocol": "runes"
      },
      "amount": "80000",
      "price": "198344"
    },
    {
      "identifier": "...",
      "token": {
        "ticker": "840000:3",
        "protocol": "runes"
      },
      "amount": "100000",
      "price": "247930"
    }
  ]
}

Last updated