mirror of
https://github.com/aljazceru/fiatlink.git
synced 2025-12-17 05:14:19 +01:00
Update README.md
This commit is contained in:
@@ -79,19 +79,21 @@ Return a list of supported features by the provider
|
|||||||
| quotes | provider supports binding quotes | optional
|
| quotes | provider supports binding quotes | optional
|
||||||
| estimates| provider supports non-binding estimates | optional
|
| estimates| provider supports non-binding estimates | optional
|
||||||
| on_chain_fallback | provider supports on-chain fallback | optional
|
| on_chain_fallback | provider supports on-chain fallback | optional
|
||||||
|
| webhook | provider supports webhook notifications | optional
|
||||||
|
|
||||||
GET /features
|
GET /features
|
||||||
```
|
```
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
```
|
|
||||||
{
|
{
|
||||||
"supported_features: [
|
"supported_features: [
|
||||||
"quotes": true,
|
"quotes": true,
|
||||||
"estimates": true,
|
"estimates": true,
|
||||||
"on_chain_fallback": false
|
"on_chain_fallback": false,
|
||||||
|
"webhook": true
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### verify
|
### verify
|
||||||
|
|||||||
Reference in New Issue
Block a user