사전구매 My Dashboard

GET https://{market-domain}/v1.0/presales/dashboard

Query Parameters

Name
Type
Description

sales_id*

int64

사전구매ID

```json
{
    "return": 0,
    "message": "success",
    "value": {
        "purchase_referal_point": {
            "my_point": 0,
            "my_rank": 0,
            "my_prize_ratio": 0
        },
        "purchase_nft_point": {
            "my_point": 0,
            "my_rank": 0,
            "my_prize_ratio": 0
        }
    }
}
```

curl --location 'https://{market-domain}/v1.0/presales/dashboard?sales_id=2' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY...'

Last updated