cURL
curl --request GET \ --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements \ --header 'Api-Key: <api-key>'
200
Example
{ "fiat": [ { "id": "<string>", "status": "<string>", "bankType": "<string>" } ], "crypto": [ { "id": "<string>", "asset": "<string>", "destination": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.walletconnect.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.walletconnect.com/llms.txt
Use this file to discover all available pages before exploring further.
Settlements list
Show child attributes