Coins
User Coins Stats
POST
https://api.munzee.com/user/stats/coins
Headers
Authorization
string
Munzee API Authorization token
Request Body
user_id
integer
User ID
User Coins
POST
https://api.munzee.com/user/coins
Headers
Authorization
string
Munzee API Authorization token
Request Body
user_id
integer
User ID
Activate a Coin
POST
https://api.munzee.com/coin/activate
This endpoint requires the write scope
Headers
Authorization
string
Munzee API Authorization token
Request Body
coin_id
integer
Coin ID
Deactivate a Coin
POST
https://api.munzee.com/coin/deactivate
This endpoint requires the write scope
Headers
Authorization
string
Munzee API Authorization token
Request Body
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
Authorization
string
Munzee API Authorization token
Request Body
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
Authorization
string
Munzee API Authorization token
Link a Coin
POST
https://api.munzee.com/user/coins/add
This endpoint requires the write scope
Headers
Authorization
string
Munzee API Authorization token
Request Body
code
string
Coin Code
Last updated
Was this helpful?