Update README.md

This commit is contained in:
TaprootFreak
2023-10-31 11:55:45 +01:00
committed by GitHub
parent 37d3c79783
commit 4feec5a5d6

View File

@@ -126,8 +126,8 @@ POST /quote
{
"session_id": "d7ef9a88-1ca1-4ac8-bc9e-da3d9824cdc5",
"amount_fiat": 1000,
"currency_id":1
"currency_id":1,
"payment_option_id":1
}
```
@@ -144,6 +144,7 @@ Response:
"quote_id": "8ed13c2a-a8c6-4f0e-b43e-3fdbf1f094a6",
"amount_fiat": "1000",
"currency_id": 1,
"payment_option_id":1,
"amount_sats" : 800000 ,
"expires_on": "2023-09-20T00:25:11.123Z"
}