Rarible API returns 500 internal server error when creating an order #54
-
Question Posted: 16 August 2021, in Discord
Hey everyone. I'm now trying to create an order on rarible api and signing works well but create api returns 500 internal server error. I'm currently using https://api.rarible.com/protocol/v0.1/ethereum/order/encoder/order for encoding and https://api-mainnet.rarible.com/marketplace/api/v3/orders for creating order.
@JupiterDev Hello. The first endpoint you use is correct, but the second one unfortunately is not.
Hey @Sergey Anufriev | Rarible.com , thanks for your response. btw, where should we put the order information like make, and take part?
@JupiterDev If I correctly understand your question, Order is complex json object, and you put make and take parts as inners objects.
When I create order, should I put encoded order object or original order object @Sergey Anufriev | Rarible.com ? currently, it's returning invalid_signature when I put original order.
Could you please give all your json requests you use?
this is for encoding order. and I also use this json for creating order.
signer and maker is the same address?
yes
Sorry for delay, Yes for now signer and maker must be the same user,
hmm, then what's wrong with my code?
I think an issue with the way you sign, could you provide full code? may in direct message, if you don't what public |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon. |
Beta Was this translation helpful? Give feedback.
Since we need to group and filter the discussions page, I'll be adding this reply as an answer since these kinds of threads(from discord) won't have activity any time soon.