Coins

User Coins Stats

POST https://api.munzee.com/user/stats/coins

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

{
  "data": {
    "discover_requests": 10,
    "own_coins": 3
  }
}

User Coins

POST https://api.munzee.com/user/coins

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

user_id

integer

User ID

Activate a Coin

POST https://api.munzee.com/coin/activate

This endpoint requires the write scope

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

coin_id

integer

Coin ID

Deactivate a Coin

POST https://api.munzee.com/coin/deactivate

This endpoint requires the write scope

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

coin_id

integer

Coin ID

Approve Discovery of a Coin

POST https://api.munzee.com/coin/discover/approve

This endpoint requires the write scope

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

request_id

integer

Coin Request ID

coin_id

integer

Coin ID

Coin Discovery Requests

POST https://api.munzee.com/coin/discover/requests

This endpoint requires the write scope

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

POST https://api.munzee.com/user/coins/add

This endpoint requires the write scope

Headers

Name
Type
Description

Authorization

string

Munzee API Authorization token

Request Body

Name
Type
Description

code

string

Coin Code

Last updated

Was this helpful?