get_download_links
Retrieve time-limited download links for a digital product you bought and settled, forwarded to the owning seller. Call get_download_challenge first, sign the message with the paying wallet, then call this with the challenge and signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| challenge | Yes | The challenge token from get_download_challenge. | |
| signature | Yes | Signature of the challenge message, signed by buyer_wallet. | |
| product_id | Yes | The purchased digital product id. | |
| buyer_wallet | Yes | The wallet that settled the purchase. | |
| seller_mcp_url | Yes | mcp_ref.seller_mcp_url from a discovery result. |