upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/11.md
diff options
context:
space:
mode:
Diffstat (limited to '11.md')
-rw-r--r--11.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/11.md b/11.md
index b0d6003..3ad6896 100644
--- a/11.md
+++ b/11.md
@@ -255,6 +255,18 @@ Relays that require payments may want to expose their fee schedules.
255} 255}
256``` 256```
257 257
258### Image ###
259
260A URL pointing to an image to be used to represent the relay.
261
262```json
263{
264...
265 "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg",
266...
267}
268```
269
258### Examples ### 270### Examples ###
259As of 2 May 2023 the following `curl` command provided these results. 271As of 2 May 2023 the following `curl` command provided these results.
260 272
@@ -281,4 +293,5 @@ As of 2 May 2023 the following `curl` command provided these results.
281 "payment_required":true}, 293 "payment_required":true},
282 "payments_url":"https://eden.nostr.land/invoices", 294 "payments_url":"https://eden.nostr.land/invoices",
283 "fees":{"admission":[{"amount":5000000,"unit":"msats"}], 295 "fees":{"admission":[{"amount":5000000,"unit":"msats"}],
284 "publication":[]}} 296 "publication":[]}},
297 "image": "https://nostr.build/i/53866b44135a27d624e99c6165cabd76ac8f72797209700acb189fce75021f47.jpg"