sponsor.ink
Guest post marketplace with escrow.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Get Account: Get the authenticated sponsor.ink account: role, email, and wallet balance.
- Get Wallet: Get wallet balance and recent transactions. Top up via the web dashboard at /wallet.
- Search Marketplace: Search active guest post listings. Filter by DR, price, language, country, category, or link type. Returns site ids for place_order.
What data it sees
Do you need an account
No: the server works without sign-in
Guest post marketplace with escrow. Search publisher listings by DR, price, and niche; place orders; track delivery. Bearer token auth (si_ prefix). Docs: https://sponsor.ink/api-docs
Server tool list (14)
Raw names from tools/list. Only developers need these.
| get_account | Get the authenticated sponsor.ink account: role, email, and wallet balance. |
| get_wallet | Get wallet balance and recent transactions. Top up via the web dashboard at /wallet. |
| search_marketplace | Search active guest post listings. Filter by DR, price, language, country, category, or link type. Returns site ids for place_order. |
| get_marketplace_site | Get one active marketplace listing by site id (32-char hex public id): metrics, pricing, publisher rules. |
| place_order | Place a guest post order on a marketplace site. Debits wallet immediately. Requires confirmed:true after the user approves the preview. Use get_wallet and get_marketplace_site first. |
| list_orders | List orders for your role: placed orders (advertiser) or incoming orders on your sites (publisher). |
| get_order | Get order detail, timeline, and allowed_transitions for the next action. |
| transition_order | Change order status. Publishers deliver with live_url. Advertisers complete or request revision after delivery. |
| send_order_message | Post a message on an order timeline. |
| list_my_sites | List publisher site listings owned by the authenticated user. |
| create_site | Create a draft site listing. Goes live after platform review. |
| get_my_site | Get one of your publisher site listings by site id. |
| update_site | Update one of your publisher site listings. |
| delete_site | Delete one of your publisher site listings. |