Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

146
Views
Buying Orders With Opensea-Js Silently Quitting

I'm currently trying to buy something on Opensea with opensea-js.

I've set up my wallet with a subprovider and I can actually create bids on Opensea with opensea-js, so I think it's authenticated properly.

The problem is when I try to buy a sell order:

    const my_buy_order = await seaport.api.getOrder({
      asset_contract_address: contract_addr, //contract address of NFT
      token_id: token_id, //token of NFT
      is_english: false, //buy now
      side: OrderSide.Sell
    }).then(function(order) {
      if (order) {
        seaport.fulfillOrder({
          order: order, //feed order into fulfillOrder 
          accountAddress: OWNER_ADDRESS //my wallet address
        })
      } else {
        console.log("Order is dead")
      }
    })

It seems to just print "Sell order is valid: true" and the program terminates without my wallet purchasing anything.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!