Skip to main content
GET
/
api
/
config
/
public
Public Config
curl --request GET \
  --url https://api.example.com/api/config/public
{
  "platform_wallet": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://shipyardprotocol.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Public endpoint — no authentication required. Returns the platform wallet address that founders need to approve for ERC-20 token spending.

Example

curl https://api.shipyardprotocol.com/api/config/public

Response

platform_wallet
string
The platform backend wallet address. Founders must call approve(platform_wallet, amount) on their project’s token contract to enable bounty payouts.
200
{
  "platform_wallet": "0x81d11dd9b0f292c333712785d1c17ddc23711222"
}