Currencies

Can only be used by BWS-Admin - except for GET route which is open to all users

Create Currency

POST https://api.borlaug.network/accounts/currencies

This endpoint allows you to get free cakes.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Update a Currency

PATCH https://api.borlaug.network/accounts/currencies/:currencyid

Path Parameters

Name
Type
Description

currencyid

string

Get all Currencies

GET https://api.borlaug.network/accounts/currencies

Query Parameters

Name
Type
Description

page

string

per_page

string

Delete a Currency

DELETE https://api.borlaug.network/accounts/currencies/:currencyid

Path Parameters

Name
Type
Description

currencyid

string

Last updated

Was this helpful?