GET / POST/api/v1/products

Products

List every product and the price you pay.


Lists all products with the unit price charged to your wallet. Use the id with the buy endpoints' type where it matches.

curl "https://nfa.pub/api/v1/products?key=rsk_your_key&result=json"

Response

{
  "ok": true,
  "products": [
    { "id": "prime-ready", "name": "Prime Ready", "unit_price_eur": 0.45 }
  ]
}