generated from nathanwoodburn/python-webserver-template
Initial docs
commit
cdc8213e93
33
Home.md
Normal file
33
Home.md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FireSales
|
||||||
|
|
||||||
|
Welcome to FireSales, a self custodial domain listing service
|
||||||
|
|
||||||
|
## List domain
|
||||||
|
First send the domain to a valid sale address
|
||||||
|
|
||||||
|
Send an API request to submit a domain
|
||||||
|
Request
|
||||||
|
```
|
||||||
|
POST https://sales.firewallet.au/api/v1/list
|
||||||
|
{
|
||||||
|
"domain": "domainname",
|
||||||
|
"price": 100.2,
|
||||||
|
"description": "Listing description",
|
||||||
|
"tx": "partially-signed-buy-tx"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Cancel Listing
|
||||||
|
If you want to delete your listing (please do so if you transfer your domain back to your wallet), send this request
|
||||||
|
Sign this message and include the signature
|
||||||
|
```
|
||||||
|
FS: {domain}
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
POST https://sales.firewallet.au/api/v1/delete
|
||||||
|
{
|
||||||
|
"domain":"domainname",
|
||||||
|
"signature":"signature to prove domain ownership"
|
||||||
|
}
|
||||||
|
````
|
Loading…
Reference in New Issue
Block a user