v1/sell
This endpoint is dedicated to production usage of BrickVerse & not recommended for 3rd Party applications due to cookie requirement & way we handle data on this endpoint.
GET
https://api.brickverse.co/v1/asset/sell
This endpoint allows you to sell your limited.
Query Parameters
Name | Type | Description |
---|---|---|
itemid* | Int | Asset ID |
serial* | Int | Serial ID |
price* | Int | Resell Amount |
Due to this endpoint not returning JSON, you can parse the body with Javascript. Heres a example.
This endpoint is used for selling limited items.
Last updated